1. 「仮想ディレクトリ設定ファイル」 httpd-vhosts.conf を開きます
ファイル パス: wampbinapacheapache2.4.9confextrahttpd-vhosts.conf
# Virtual hosts# Include conf/extra/httpd-vhosts.conf
を次のように変更します。
2仮想ディレクトリをアクセス可能に設定します
ファイル パス: wampbinapacheapache2.4.9confextrahttpd-vhosts.conf
# Virtual hostsInclude conf/extra/httpd-vhosts.conf
<Directory /> AllowOverride none Require all denied</Directory>
ファイル パス: wampbinapacheapache2 。 4.9confex trahttpd- vhosts.conf
仮想ディレクトリを追加します
<Directory /> AllowOverride none</Directory>
5. ブラウザに web.shop.com と入力します