您能告訴我我在虛擬主機設置中做了什麼錯誤嗎? 我編輯兩個文件: 的Apache/conf目錄/額外/的httpd-vhosts.conf和Windows/System32下/驅動器/ etc/hosts中Windows 10上的虛擬主機與Apache 2.4
的httpd-vhosts.conf看起來像
<VirtualHost 127.0.0.1>
ServerName scouttautomotive.com
ServerAlias www.scouttautomotive.com
DocumentRoot "C:/Apache24/htdocs/scouttautomotive/web"
</VirtualHost>
<VirtualHost 127.0.0.1>
ServerName bosp.sk
ServerAlias bosp.sk.localhost
DocumentRoot "C:/Apache24/htdocs/bosp/web"
</VirtualHost>
主機文件看起來像
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
127.0.0.1 scouttautomotive.com
127.0.0.1 bosp.sk
它有什麼問題?我真的很困惑,因爲博斯科斯虛擬主機運作良好。
這個配置文件應該沒問題,但看看我自己對這個問題的回答。 –