1、先開啟apache的設定檔httpd.conf,並去掉#Include conf/extra/httpd-vhosts.conf前面的#,啟用虛擬主機功能
2、先把localhost設定好,免得以後訪問localhost出現問題,我的wamp專案根目錄是D:wampwww。將下面資訊加入apache的apache/conf/extra下的設定檔httpd-vhosts.conf後面即可;
DocumentRoot "D:/wamp/www"
ServerName www.xxxxxxxx.com
AllowOverride None
Order allow,deny
/Directory>
3、修改C:WindowsSystem32driversetc下的host文件,用記事本打開,最後一行加127.0.0.1