1、在C:\wamp\vhosts\vhost.conf文件中添加
<VirtualHost *:80>
ServerName ***.comServerAlias ***.comDocumentRoot D:\PHP\*** --项目路径DirectoryIndex index.php index.html index.htm<Directory D:\PHP\***>--项目路径Options +Includes -IndexesAllowOverride AllOrder Deny,AllowRequire all granted</Directory></VirtualHost>
2、在C:\Windows\System32\drivers\etc\hosts里面添加
127.0.0.1 ***.com
3、打开httpd.conf 找到最后
#IncludeOptional "c:/wamp/vhosts/*"
Include "c:/wamp/alias/*" 去掉前面的#号重启服务器