403 - Forbidden: Access is denied. 是啥意思啊?! 如何解决?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了403 - Forbidden: Access is denied. 是啥意思啊?! 如何解决?相关的知识,希望对你有一定的参考价值。

没有权限访问,所以才会出现403状态。
404是页面不存在,200是正常。。
这个问题 是网站本身的问题, 你打开其它网站是可以打开的,不是你浏览器的问题
参考技术A ACCESS 拒绝 你的数据库没连上

Access forbidden! You don't have permission to access the requested object. It is either read-pr

好久不没弄 apache和php了,突然遇到这种奇葩的问题,本来想直接在网上找现成的解决思路,结果网上搜索花了不少功夫,也没找到原因。

后来看日志文件:apache\logs\error.log发现了蛛丝马迹。

[core:error] [pid 200:tid 1704] (20024)The given path is misformatted or contained invalid characters: [client 127.0.0.1:51040] AH00127: Cannot map GET /.../%3C?%20echo%20$url%20?%3E HTTP/1.1 to file, referer:

讲 

%3C?%20echo%20$url%20?%3E
解码后,我心里就有数了。

<? echo $url ?>

大概是没有启用php的short_open_tag。

打开php\php.ini修改short_open_tag = On,重启apache,测试就没问题了。


以上是关于403 - Forbidden: Access is denied. 是啥意思啊?! 如何解决?的主要内容,如果未能解决你的问题,请参考以下文章

它总是显示错误 403 aka Access Forbidden。它说“您无权访问请求的对象......”

新的 xampp 安全概念:Access Forbidden Error 403 - Windows 7 - phpMyAdmin 与最新版本的 xampp 7.2.12

403 Forbidden Directory access is denied - PHP Warning: Missing boundary in multipart/form-data POST

MAMP "403 Forbidden You don't have permission to access / on this server."

蛋疼的 403 Forbidden You don’t have permission to access / on this server.

redhat centos apache 403 错误 Forbidden You don't have permission to access / on this server(示例代码