I ran into a problem today where URLs that contained "%2F" in them were giving 404s in Apache. By enabling mod_rewrite logging it became evident that Apache was short circuiting the request even before entering the module.
After some googling I came upon the AllowEncodedSlashes directive. I have no idea why this is off by default, but it fixes the problem.
Showing posts with label urlencode. Show all posts
Showing posts with label urlencode. Show all posts
Thursday, September 18, 2008
Subscribe to:
Posts (Atom)