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

localhost:8080能访问,但改回去80就不行了

localhost:8080能访问,但改回去80就提示

Forbidden

You don't have permission to access /textceshi.php on this server.


正在回答

2 回答

<VirtualHost *:80> 

    ServerName 访问域名 如:www.baidu.com

    DocumentRoot "访问文件路径 如:D:/wamp/www/blog/" 

    <Directory "访问文件路径 如:D:/wamp/www/blog/"> 

    Options FollowSymLinks IncludesNOEXEC 

    DirectoryIndex index.htm index.html default.htm index.php default.php index.cgi default.cgi index.pl default.pl index.shtml 

    AllowOverride All 

    Order Deny,Allow 

    Allow from all 

    </Directory> 

</VirtualHost>


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

Order deny,allow
Deny from all
Satisfy all


Apache配置加上以上语句就可以了.!

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

moon_2007 提问者

<Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all Satisfy all </Directory> 是这样的吗,我加上了,重启了改成80还是那个提示
2015-01-21 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

localhost:8080能访问,但改回去80就不行了

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