bhavin12300 Posted December 24, 2009 Share Posted December 24, 2009 hi, i have one simple script which does work fine on local computer but got following problem when i uploaded it server. The problem is, the server genarate 404 error if i pass query string paramter value of this next=http%3A%2F%2Fwww.anas-asarani.com%2Ffb%2F but it work perfectly fine if there is no % in its value. this does not work http://anas-asarani.com/fb/car.php?next=http%3A%2F%2Fwww.anas-asarani.com%2Ffb%2F this works http://anas-asarani.com/fb/car.php?next=asdkj can any one let me know whats wrong on server? waiting for your reply. Quote Link to comment https://forums.phpfreaks.com/topic/186232-query-string-problem/ Share on other sites More sharing options...
Buddski Posted December 24, 2009 Share Posted December 24, 2009 What are you attempting to do with the variable once it reaches the script? or is the 404 appearing when going to the aforementioned url.. My theory is that you are attempting to redirect to the specified URL and thats causing the 404 error.. Quote Link to comment https://forums.phpfreaks.com/topic/186232-query-string-problem/#findComment-983571 Share on other sites More sharing options...
bhavin12300 Posted December 24, 2009 Author Share Posted December 24, 2009 hi, issue solved. my hosting team has solved it. the fault was on their side. Quote Link to comment https://forums.phpfreaks.com/topic/186232-query-string-problem/#findComment-983614 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.