Welcome Guest, Not a member yet? Register   Sign In
uri_protocol=PATH_INFO + enable_query_strings=TRUE doesn't work on local
#5

[eluser]Jonathan Angel[/eluser]
If you get 302 or 404 erros, you may need to modify your .htaccess file. Remove the question mark from the following rewriterule where it occurs:

RewriteRule ^(.*)$ /index.php?/$1 [L]

becomes

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


Messages In This Thread
uri_protocol=PATH_INFO + enable_query_strings=TRUE doesn't work on local - by El Forum - 05-05-2011, 08:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB