When I try to redirect using some query strings such as:
www.domain1.com redirects to -> www.domain2.com/index.php?referrer=domain1
Page returns a 404 Not found error because '?' is encoded to '%3f' :
www.domain2.com/index.php%3freferrer=domain1
Is there any solution to this?
thank you.



LinkBack URL
About LinkBacks
Reply With Quote









