打开httpd.conf,搜索wwwroot 和 directory 直接改为新目录即可。
对于wamp3是无效的,可以这样解决:
“You need to change these values also in httpd-vhosts.conf located in \conf\extra
也就是说,因为VirtualHost的原因还需要修改 httpd-vhosts.conf 才会生效。
本文共 248 字,大约阅读时间需要 1 分钟。
打开httpd.conf,搜索wwwroot 和 directory 直接改为新目录即可。
对于wamp3是无效的,可以这样解决:
“You need to change these values also in httpd-vhosts.conf located in \conf\extra
也就是说,因为VirtualHost的原因还需要修改 httpd-vhosts.conf 才会生效。
转载于:https://www.cnblogs.com/osimly/p/5841756.html