I have to use "%2f" in URL and not "/". Idea is to configure apache in such
manner to recognise and encode "%2f" to "/".
Thx
On Dec 10, 2011 1:36 AM, "Eric Covener" wrote:
> On Fri, Dec 9, 2011 at 6:18 PM, Nico Nieuwoudt
> wrote:
> >
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)
AcceptPathInfo On
AllowEncodedSlashes On
and after passing an error page URL from httpd.conf, entry:
ErrorPage http://x.
Hi
In httpd.conf I would like to add a redirect rule to mobi site for
x-wap-profile http header, similar as for user agent, example:
RewriteCond %{HTTP_USER_AGENT} "iemobile" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "webOS" [NC]
RewriteRule ^/$ http://ywx.mobi/ [R,L]
Questions:
1) I have no idea ho