[users@httpd] x-wap-profile

2011-11-18 Thread Nico Nieuwoudt
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 how

Re: [users@httpd] x-wap-profile

2011-11-18 Thread Igor Cicimov
http://httpd.apache.org/docs/2.2/mod/mod_headers.html On Nov 18, 2011 7:45 PM, Nico Nieuwoudt nico.nieuwo...@gmail.com 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}