phpstudy怎么绑定目录实现域名访问
1个回答
展开全部
找到安装目录,总共也没有几个文件夹,在里面找到Apache的文件夹,conf,extra,里面找到httpd-vhosts.conf文件
在里面输入
NameVirtualHost *:80
<VirtualHost *:80>#这里是端口
ServerName www.bingdu.com#这里是域名
DocumentRoot "F:/project"#这里是文件夹目录
DirectoryIndex index.php
<Directory "F:/project">#这里同上,下面是访问权限
Options Indexes
Order Deny,Allow
Allow from All
</Directory>
</VirtualHost>
在这里配置好站点后,再运行里面输入drivers,打开etc文件夹,里面的host文件末尾加上你的ip地址和域名就行了
在里面输入
NameVirtualHost *:80
<VirtualHost *:80>#这里是端口
ServerName www.bingdu.com#这里是域名
DocumentRoot "F:/project"#这里是文件夹目录
DirectoryIndex index.php
<Directory "F:/project">#这里同上,下面是访问权限
Options Indexes
Order Deny,Allow
Allow from All
</Directory>
</VirtualHost>
在这里配置好站点后,再运行里面输入drivers,打开etc文件夹,里面的host文件末尾加上你的ip地址和域名就行了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询