Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] How to use URI Segments and Query Strings in the same project
#15

[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
[SOLVED] How to use URI Segments and Query Strings in the same project - by El Forum - 05-05-2011, 08:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB