① 首先在:.....apache/conf/
ServerAlias www.aaaaa.com
DocumentRoot "文件存放路徑自己設置"(=====例如:D:/wamp/www/test)
</VirtualHost>
<Directory "文件存放路徑自己設置">
Options Indexes FollowSymLinks
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>
③ 在C:\Windows\System32\Drivers\etc中打開hosts文件
添加127.0.0.1 www.aaa.com
修改完後,記得要重啟apache。