Welcome Guest, Not a member yet? Register   Sign In
Using URL Parameters
#1

[eluser]Richard Testani[/eluser]
This is probably something simple, but when I use URL parameters, I get a not page found error.
I do have $config['enable_query_strings'] = TRUE; enabled, so I thought this should make it work but not the case.

So this:

http://www.mysite.com/index.php?id=124&name=val

returns a no page found error.

Any help here would be great.
Thanks
Rich
#2

[eluser]Tom Schlick[/eluser]
why are you using query strings? it seems like everything you are passing via querty strings can be used the defualt way

http://www.mysite.com/index.php/controll...on/124/val

or if you use mod rewrite

http://www.mysite.com/controller/fuction/124/val
#3

[eluser]Richard Testani[/eluser]
It's actually a post back from PayPal which returns some information in the URL. But when it returns back to my specified page, query strings are in the URL.




Theme © iAndrew 2016 - Forum software by © MyBB