Apache not decoding %2f to / in URL
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hi
I've seen some topics regarding %2f ( URL encoded / ), but still having problem after suggested solutions.
I have the following entry in httpd.conf (Apache v2.2)
<VirtualHost x.x.xx.xxx:80>
AcceptPathInfo On
AllowEncodedSlashes On
</VirtualHost>
and after passing an error page URL from httpd.conf, entry:
ErrorPage http://x.x.xx.xxx%2ferror.html (which should be encoded as http://x.x.xx.xxx/error.html)
I get the follwing from all browsers e.g
Firefox can't find the server at x.x.xx.xxx%2ferror.html
Can someone please guide me in what I'm doing wrong and possible solution?
Thanks
N
[Index of Archives]
[Open SSH Users]
[Linux ACPI]
[Linux Kernel]
[Linux Laptop]
[Kernel Newbies]
[Security]
[Netfilter]
[Bugtraq]
[Squid]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Samba]
[Video 4 Linux]
[Device Mapper]