xampp 配置虚拟环境路径

1.打开xampp目录,更改服务,Apache ->conf -->找到httpd.conf文件,加入想要的端口号:
如:Listen 8093
2.打开扩展文件夹(extra)--> httpd - vhosts.conf(虚拟host)
复制最后一段,更改web路径
DocumentRoot "E:/php/customer/frontend/web"
ErrorLog "logs/dummy-host.example.com-error.log"
CustomLog "logs/dummy-host.example.com-access.log" common

你可能感兴趣的:(给自己做个记录)