phpstudy域名无法访问

phpstudy域名无法访问

1、第一要确保window有hosts文件,同时hosts文件是没有任何后缀的

2、hosts中有 (127.0.0.1     你的虚拟域名) 语句

例子:127.0.0.1  www.mmp.com  

3、phpstudy中Apache中httpd.conf中如下语句前#要有

#Include conf/extra/httpd-vhosts.conf

此外请确保httpd.conf正常,没有被乱修改过

立即学习PHP免费学习笔记(深入)”;

4、确保phpstudyApacheconfvhosts.conf 中已经配置好你的虚拟域名可以参考如下配置,

下面例子是配置的网站是www.mmp.com,DocumentRoot后填写你的虚拟域名要访问的那个文件的路径

<virtualhost>     DocumentRoot "D:/phpStudy/WWW/xdswxhd"     ServerName www.mmp.com     ServerAlias phpStudy.net   <directory>       Options  +Indexes +FollowSymLinks +ExecCGI       AllowOverride All       Order allow,deny       Allow from all       Require all granted   </directory></virtualhost>

推荐教程:phpstudy教程

以上就是

© 版权声明
THE END
喜欢就支持一下吧
点赞15 分享