Jump to content

query string problem


bhavin12300

Recommended Posts

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.

 

Link to comment
Share on other sites

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..

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.