win下如何配置apache_php使user目录能运行php脚本
win下如何配置apache_php使user目录能运行php脚本
日期:2022-03-30 08:20:13 人气:1
你可以多设置几个虚拟路径。
我的是D:\Apache2.2\conf\extra\httpd-vhosts.conf
<VirtualHost *:80>
DocumentRoot "D:/www"
ServerName 127.0.0.1
</VirtualHost&g
我的是D:\Apache2.2\conf\extra\httpd-vhosts.conf
<VirtualHost *:80>
DocumentRoot "D:/www"
ServerName 127.0.0.1
</VirtualHost&g