Apache配置文件httpd-vhost.conf设置内容

## 声明虚拟主机端口 ## NameVirtualHost *:80 ## 配置该端口的具体信息 <VirtualHost *:80> ### 根路径,也就是你想让Apache服务器去哪找你写的PHP文件 ### 注意需要将Windows的\ 替换为Linux的 / DocumentRoot "E
posted @ 2021-08-19 14:52  君*邪  阅读(606)  评论(0编辑  收藏  举报