Welcome Guest, Not a member yet? Register   Sign In
How to remove index.php from URL
#7

[eluser]InsiteFX[/eluser]
You need to add this:
Code:
RewriteBase On

RewriteBase /ci/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]


Messages In This Thread
How to remove index.php from URL - by El Forum - 07-19-2012, 10:56 PM
How to remove index.php from URL - by El Forum - 07-19-2012, 11:09 PM
How to remove index.php from URL - by El Forum - 07-19-2012, 11:23 PM
How to remove index.php from URL - by El Forum - 07-19-2012, 11:25 PM
How to remove index.php from URL - by El Forum - 07-19-2012, 11:38 PM
How to remove index.php from URL - by El Forum - 07-20-2012, 12:41 AM
How to remove index.php from URL - by El Forum - 07-20-2012, 12:41 AM
How to remove index.php from URL - by El Forum - 07-20-2012, 12:43 AM
How to remove index.php from URL - by El Forum - 07-26-2012, 10:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB