groups

Link to this snippet:


Download to Code Collector

language: HTML
licence: Other

htaccess redirect data phones

options: send to code collectorview all davidholbrook's snippets
#redirect mobile browsers 
#RewriteCond %{HTTP_USER_AGENT} ^.*iPhone.*$ 
#RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301] 
#RewriteCond %{HTTP_USER_AGENT} ^.*BlackBerry.*$ 
#RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301] 
#RewriteCond %{HTTP_USER_AGENT} ^.*Palm.*$ 
#RewriteRule ^(.*)$ http://mobile.yourdomain.com [R=301]