Htaccess Mobile Redirecting - Technology Views : 193
Tagged in : Technology
0 0
Send mail

* Copy the code Paste the .htaccess file And test your PC & Mobile



--+----------------------------------------------------------------------------------------------------------------------------------+-
| RewriteCond %{HTTP_USER_AGENT} "android|blackberry|googlebot-mobile|iemobile|ipad|iphone|ipod|opera mobile|palmos|webos" [NC] |
| RewriteRule ^$ http://mobile.funmin.com/ [L,R=302] |
| |
| |
| RewriteCond %{HTTP_USER_AGENT} "!(android|blackberry|googlebot-mobile|iemobile|ipad|iphone|ipod|opera mobile|palmos|webos)" [NC] |
| RewriteRule ^$ http://www.funmin.com/ [L,R=302] |
--+----------------------------------------------------------------------------------------------------------------------------------+-
By Prabakaran, On - 2011-09-09



    Login to add Comments .