Hello everyone,
            I've nginx 1.2.5 and I've an issue about encoded URLs.
Is there a way to make nginx accepts URL like the following:


http://www.mywebsite.com/image.php%3Fid%3D12345

as equivalent of the following?

http://www.mywebsite.com/image.php?id=12345



In my current configuration, the first URL is 404 not found, and the second
one works.

Many thanks

PB

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,259076,259076#msg-259076

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to