この次のコードを使用して、モバイル デバイスでサイトにアクセスした場合にリダイレクトします
<script type="text/javascript">
<!--
if (screen.width <= 978) {
document.location = "mobile.mysite.com";
}
//-->
</script>
多くのデバイスでテストしました。サイトがのみwww.mysite.com/mobile.mysite.com
ではなくにリダイレクトされるのはなぜですか?mobile.mysite.com