ホームページ >バックエンド開発 >PHPチュートリアル >【PHPプログラミング道-1】Apacheの仮想ディレクトリを設定する
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>3. 仮想ディレクトリを追加します
ファイル パス: wampbinapacheapache2 。 4.9confex trahttpd- vhosts.conf
仮想ディレクトリを追加します
<Directory /> AllowOverride none</Directory>4. Apache を再起動します
5. ブラウザに web.shop.com と入力します