I got a website done by a freelancer now he is missing and I don't know how to fix this.
This is my problem, I uploaded the script to website root (www.lanka.deals) but the problem is it rewrite index to /deals/ (www.lanka.deals/deals/) but I need to make it as (www.lanka.deals) edited base URL in Application/config/config.php still nothing.
Here is my htaccess:
DirectoryIndex index.html index.php
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !\.(png|gif|ico|swf|jpe?g|js|css)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php?sef_rewrite=1 [L,QSA]
</IfModule>
if any more information needed please tell me I will post them.