具体的な方法は以下のとおりです:
1.「仮想ディレクトリ設定ファイル」httpd-vhosts.conf
ファイルパス:\を開きます。 wamp\bin\ apache\apache2.4.9\conf\extra\httpd-vhosts.conf
次の構成を
# Virtual hosts # Include conf/extra/httpd-vhosts.conf
から
# Virtual hosts Include conf/extra/httpd-vhosts.conf
AllowOverride none Require all denied
AllowOverride none
ServerAdmin webmaster@web.shop.com DocumentRoot "D:/_HelloWorld/01_MyProjects/06_PHP/01_Web/Product/Source/Shop" ServerName web.shop.com ErrorLog "logs/web.shop.com-error.log" CustomLog "logs/web.shop.com-access.log" common
以上がApache仮想ディレクトリの設定方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。