为了账号安全,请及时绑定邮箱和手机立即绑定

求助:改了之后访问test01.com和test02.com正常,但是访问localhost时提示Forbidden

改了之后访问test01.com和test02.com正常,但是访问localhost时提示Forbidden??

正在回答

7 回答

可以试试这个方法:

如果localhost打不开,也需要在httpd-vhosts.conf下添加:
<VirtualHost *:80>    
DocumentRoot "此处文件路径"
       ServerName localhost
</VirtualHost>

重启服务,就可以了。


1 回复 有任何疑惑可以回复我~
#1

慕粉2305276753

机智的少年
2017-05-01 回复 有任何疑惑可以回复我~

应该是apache版本的问题吧

Deny All

2.2 configuration:

Order deny,allow

Deny from all

2.4 configuration:

Require all denied

参考http://www.imooc.com/qadetail/64333


0 回复 有任何疑惑可以回复我~

我也是这种情况,怎么没有高手回答?老师呢??

0 回复 有任何疑惑可以回复我~

只能把host改回来就行   但是改回来就访问不了   很纠结

0 回复 有任何疑惑可以回复我~

我也遇到这种情况,请问你后来是怎么解决的?

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

求助:改了之后访问test01.com和test02.com正常,但是访问localhost时提示Forbidden

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信