CodeIgniter Forums
I can not remove index.php form URL - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: I can not remove index.php form URL (/showthread.php?tid=40517)

Pages: 1 2


I can not remove index.php form URL - El Forum - 04-14-2011

[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']    = '';



I can not remove index.php form URL - El Forum - 04-14-2011

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

Thank you for your replies.

Still i am facing the same issue.


Plz help me.



Regards,
ArockiaRaj


I can not remove index.php form URL - El Forum - 04-15-2011

[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