#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]
mobile.yourdomain.com yerine
m.googleandroid.gen.tr mi
googleandroid.gen.tr mi yazayım
Ben samsung telefonda giriyorum birde aşağıdaki kodumu ekleyeceğim ?
RewriteCond %{HTTP_USER_AGENT} ^.*Samsung.*$
RewriteRule ^(.*)$
http://mobile.yourdomain.com [R=301]