Re: [us...@httpd] %2F to /

2010-01-16 Thread Kpadvel
Thanks. This probleem got fixed by adding AllowEncodslashes on to my ssl config file in the vhost section. Page loads properly. If anyone face the same problem please visit; http://www.jampmark.com/web-scripting/5-solutions-to-url-encoded-slashes-problem-in-apache.html I was using IE 7.0 ---

[us...@httpd] %2F to /

2010-01-16 Thread Kpadvel
Okey, I wasn't aware of that. Starting a new thread. Experts plesae advise and here is the problem... We are getting a dummy 404-not found error on a page wherein which the URL has %2F and it needs to be decoded as / but thats not happening. We don't use Vhost and proxy pass. We added the Allow

[us...@httpd] %2f to "/"

2010-01-15 Thread Kpadvel
Our apache version is 2.2.3 and we are having a problem in getting a file open. We use directive to connect to the backend weblogic. Proxypass is not enabled. When the user access a url they get 404 because %2f is not converting to "/" I tried adding AllowEncodedSlashes On after spending hours