Hi
I have an odd thing happening, when passing across data with GET variables. If I use only one variable I get a 404 occurring, however, when I pass 2 or more, I get to the page I want.
For example:
http://mysite.com/products/compare?product_1=43
Results in a 404. However:
http://mysite.com/products/compare?product_1=43&product_2=21
Displays my compare page perfectly…
Any idea on why this may be happening?
Thanks.