2019-07-22 phpStudy配置虚拟主机
程序员文章站
2022-07-09 21:03:15
1.右击 phpStudy ->【打开配置文件】->【vhosts-conf】; 2.在里面加入如下代码,并保存: 3.右击 phpStudy ->【打开配置文件】->【httpd-conf】; 4.打开后 Ctrl+f 搜索vhosts 把该行前面的#号删掉,若已删除,请忽略该步骤。 5.请按照C ......
1.右击 phpstudy ->【打开配置文件】->【vhosts-conf】;
2.在里面加入如下代码,并保存:
namevirtualhost *:80 <virtualhost *:80> servername www.test.com//你想要显示的域名 documentroot "d:/test/"//目标文件夹 <directory "d:/test/"> //目标文件夹 options followsymlinks includesnoexec indexes directoryindex index.html index.htm default.htm index.php default.php index.cgi default.cgi index.pl default.pl index.shtml allowoverride options fileinfo order deny,allow allow from all </directory> </virtualhost>
3.右击 phpstudy ->【打开配置文件】->【httpd-conf】;
4.打开后 ctrl+f 搜索vhosts 把该行前面的#号删掉,若已删除,请忽略该步骤。
5.请按照c:\windows\system32\drivers\etc路径找到hosts文件并打开。
6.在里面加入配置的虚拟域名。
7.重启phpstudy即可。
注意:若无法对hosts文件进行修改,请右击hosts,选择属性,安全,把所有用户的权限都勾选即可修改。
phpstudy 下载地址:链接:https://share.weiyun.com/569s2fw 密码:yd5rjp
上一篇: 标签--基础标签
下一篇: 如何利用swoole搭建一個簡易聊天室