Merhaba arkadaşlar .httaccess ile mobil tasarıma yönlendirme yaptım sitemden, ama işin tuhaf yanı sadece ana sayfayı yönlendiriyor. Ben ise tüm sayfaları yönlendirmesini istiyorum. Size .htaccessi mi atayım.
Options +FollowSymLinks
IndexIgnore *
<FilesMatch "\.(db|inc|tpl|sql|avatar|oyunlar|ini|cache|temalar|templates_c|tmp|log|err)$">
order allow,deny
</FilesMatch>
RewriteEngine on
RewriteRule ^kategori/(.*).html$ index.php?kategori=$1 [L,NC]
RewriteRule ^etiket/(.*) index.php?etiket=$1 [L,NC]
RewriteRule ^oyun/(.*).html$ index.php?oyna1=$1 [L,NC]
RewriteRule ^oyna/(.*).html$ index.php?oyna1=$1 [L,NC]
RewriteRule ^(.*).html$ index.php?oyna=$1 [L,NC]
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|ipad|iphone|ipod|iemobile|opera mobile|palmos|webos|googlebot-mobile" [NC]
RewriteRule ^(.*)$ http://m.domain.net%{REQUEST_URI} [L,R=302]