çözürlüğe göre yönlendirme
<script>

</script>



iPhones/iPods
<script>

</script>


.htaccess URL rewrite redirects
RewriteEngine On
# Check for mime types commonly accepted by mobile devices
RewriteCond %{HTTP_ACCEPT} "text\/vnd\.wap\.wml|application\/vnd\.wap\.xhtml\+xml" [NC]
RewriteCond %{REQUEST_URI} ^/$
RewriteRule ^ http://m.domain.com %{REQUEST_URI} [R,L]