CodeIgniter Forums
index.php - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: index.php (/showthread.php?tid=60429)



index.php - El Forum - 03-25-2014

[eluser]Unknown[/eluser]
For some reason "index.php" will not remove from my urls...
I tried almost everything like replacing htaccess text with:
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$0 [PT,L]
And I also went to config to remove "index.php".
Is there anything else to try?


index.php - El Forum - 03-25-2014

[eluser]ivantcholakov[/eluser]
http://ellislab.com/forums/viewthread/244482/