Welcome Guest, Not a member yet? Register   Sign In
need help with removing index.php
#2

[eluser]Vlad Balmos[/eluser]
change
Code:
RewriteRule ^(.*)$ index.php?/$1 [L]

to this:
Code:
RewriteRule ^(.*)$ /CI/index.php/$1 [L]

and see what happens


Messages In This Thread
need help with removing index.php - by El Forum - 07-28-2011, 01:16 AM
need help with removing index.php - by El Forum - 07-28-2011, 02:15 AM
need help with removing index.php - by El Forum - 07-28-2011, 02:35 AM
need help with removing index.php - by El Forum - 07-28-2011, 02:45 AM
need help with removing index.php - by El Forum - 07-28-2011, 03:44 AM
need help with removing index.php - by El Forum - 07-28-2011, 03:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB