私はモバイル Web サイトを開発しており、これまで Chrome でテストしてきました。今、私は私の電話でそれをテストしたいと思います。
私は WAMP を使用しており、ホスト ファイルには次のものがあります: 127.0.0.1 www.mysite.com
私のhttpd.confで:
<Directory />
AllowOverride All
Require all granted
</Directory>
<VirtualHost *:80>
ServerName www.mysite.com
DocumentRoot "D:/Path/to/website/root"
DirectoryIndex index.php
</VirtualHost>
この Web サイトにアクセスするには、モバイル ブラウザーに何を入力すればよいですか? WAMP 設定などを変更する必要がありますか?