天天看点

phpstudy局域网配置

phpstudy 局域网配置

E:\SHI\phpstudy_pro\Extensions\Apache2.4.39\conf\httpd.conf

添加代码如下:地址添加自己电脑上的安装路径,IP添加自己电脑IP

<VirtualHost 192.168.1.13:80>
DocumentRoot “E:\SHI\phpstudy_pro\WWW\index.html”
</VirtualHost>

<Directory E:\SHI\phpstudy_pro\WWW\index.html>
order allow,deny
Allow from all
</Directory>
           

继续阅读