http://httpd.apache.org/docs/2.2/mod/mod_headers.html
On Nov 18, 2011 7:45 PM, "Nico Nieuwoudt" wrote:
> 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]
>
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