首页 > 数据库技术 > 详细

Forbidden You don't have permission to access / on this server

时间:2016-04-24 23:11:16      阅读:455      评论:0      收藏:0      [点我收藏+]

Apache:

Forbidden You don‘t have permission to access / on this server

 

度娘了半天,屁用都没,都是老掉牙的。

最后google之,http://stackoverflow.com/questions/21551840/forbidden-you-dont-have-permission-to-access-on-this-server

 

Found my solution thanks to Error with .htaccess and mod_rewrite
For Apache 2.4 and in all *.conf files (e.g. httpd-vhosts.conf, http.conf, httpd-autoindex.conf ..etc) use

Require all granted

instead of

Order allow,deny
Allow from all

The Order and Allow directives are deprecated in Apache 2.4.

Forbidden You don't have permission to access / on this server

原文:http://www.cnblogs.com/yanyuge/p/5428731.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!