Welcome Guest, Not a member yet? Register   Sign In
Getting rid of having to use index.php in the URL
#2

[eluser]Pascal Kriete[/eluser]
The doc .htaccess really needs to change. The problem is in the RewriteRule:
Code:
RewriteRule ^(.*)$ /CI/app1/index.php/$1 [L]

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


Messages In This Thread
Getting rid of having to use index.php in the URL - by El Forum - 07-07-2008, 01:29 AM
Getting rid of having to use index.php in the URL - by El Forum - 07-07-2008, 01:46 AM
Getting rid of having to use index.php in the URL - by El Forum - 07-07-2008, 01:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB