Welcome Guest, Not a member yet? Register   Sign In
I can not remove index.php form URL
#11

[eluser]Mantero[/eluser]
put this in your .htaccess file (don't edit anything)

Code:
Options -Indexes

RewriteEngine on
RewriteCond $1 !^(index\.php|img|css|script|robots\.txt)

RewriteRule ^(.*)$ index.php/$1 [L]

and change your base url to this:

Code:
$config['base_url']    = '';
#12

[eluser]Arockia Raj[/eluser]
Hello all,

Thank you for your replies.

Still i am facing the same issue.


Plz help me.



Regards,
ArockiaRaj
#13

[eluser]Arockia Raj[/eluser]
Hello,

Where should i keep the .htaccess file.

Presently i keep in root folder.

But i saw a .htaccess file in application/cache and system folders

Kindly help me.

Regards,
Arockia Raj




Theme © iAndrew 2016 - Forum software by © MyBB