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