@ant07
Alıntı
#HTACCESS MOBILE SITE REDIRECTION CODE
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} (mobile|android|blackberry|brew|htc|j2me|lg|midp|m ot|motorola|netfront|nokia|obigo|openweb|opera.min i|palm|psp|samsung|sanyo|sch|sonyericsson|symbian| symbos|teleca|up.browser|vodafone|wap|webos|window s.ce) [NC]
RewriteRule ^(.*)$ http: //m.googleandroid.gen.tr [R=302,L]
Şimdi ben htacess dosyasını bu kodları eklersem mobil ziyaretçiler m.googleandroid.gen.tr adresine yönlenicek normal pc'den girenler
www.googleandroid.gen.tr adresine yönlenecek dimi ?Doğru anladım