asdf1234_0001
2015-06-09 22:50
改了之后访问test01.com和test02.com正常,但是访问localhost时提示Forbidden??
可以试试这个方法:
如果localhost打不开,也需要在httpd-vhosts.conf下添加:
<VirtualHost *:80>
DocumentRoot "此处文件路径"
ServerName localhost
</VirtualHost>
重启服务,就可以了。
应该是apache版本的问题吧
Deny All
2.2 configuration:
Order deny,allow
Deny from all
2.4 configuration:
Require all denied
参考http://www.imooc.com/qadetail/64333
我也是这种情况,怎么没有高手回答?老师呢??
只能把host改回来就行 但是改回来就访问不了 很纠结
我也遇到这种情况,请问你后来是怎么解决的?
PHP入门篇
455994 学习 · 6306 问题
相似问题