Anyone care to share their mobile redirect code for .htaccess?
I don't think the one I am useing now is detecting all the devices.
I don't think the one I am useing now is detecting all the devices.
#HTACCESS MOBILE SITE REDIRECTION CODE
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (opera\ mini|ipod|iphone|up\.browser|up.link|mmp|symbian|smartphone|midp|wap|vodafone|o2|pocket|kindle|mobile|pda|psp|treo|nokia|blackberry|android) [NC]
RewriteCond %{HTTP_HOST} !^m.whatever.com
RewriteRule ^(.*)$ [url]http://m.whatever.com/[/url] [L,R=302]
#HTACCESS MOBILE SITE REDIRECTION CODE
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (opera\ mini|ipod|iphone|up\.browser|up.link|mmp|symbian|smartphone|midp|wap|vodafone|o2|pocket|kindle|mobile|pda|psp|treo|nokia|blackberry|android) [NC]
RewriteCond %{HTTP_HOST} !^m.whatever.com
RewriteRule ^(.*)$ [url]http://m.whatever.com/[/url] [L,R=302]

Comment