You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2007/05/16 15:29:30 UTC

Re: [users@httpd] AliasMatch Problem - %2f in URL causes 404

On 5/16/07, malone <ma...@fxhome.com> wrote:

> Instead of running the PHP script apache returns a 404 error. %2f
> decodes to the "/" character, so I assume that is causing problems
> somewhere. I also notice on my windows machine that %5c ("\") causes the
> same problem.

See:
http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Re: AliasMatch Problem - %2f in URL causes 404

Posted by malone <ma...@fxhome.com>.
Joshua Slive wrote:
> On 5/16/07, malone <ma...@fxhome.com> wrote:
> 
>> Instead of running the PHP script apache returns a 404 error. %2f
>> decodes to the "/" character, so I assume that is causing problems
>> somewhere. I also notice on my windows machine that %5c ("\") causes the
>> same problem.
> 
> See:
> http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes

Thanks, that fixed the problem.

Toby


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org