Redirect Issues with GET parameters - 404 Error |
[eluser]Unknown[/eluser]
I followed the examples online remove index.php from the URL. (see below for the .httaccess) I also setup a default action controller. Everything mostly works okay. http://www.mysite.com goes to the right controller and does the right thing. However, http://www.mysite.com/?ref=p&t2=455 causes a 404 error. I tried every type of uri_protocal and that didn't work, Auto seems to work the best. Also http://www.mysite.com/mycontroller/mymet...f=p&t2=455 works fine. Its only on the default case that doesn't work. I am assuming it is using the GET parameters to figure out the routing. thanks in advance .htaccess looks like: Code: RewriteEngine On |
Messages In This Thread |
Redirect Issues with GET parameters - 404 Error - by El Forum - 07-23-2010, 01:29 PM
Redirect Issues with GET parameters - 404 Error - by El Forum - 07-23-2010, 01:49 PM
|