首页 > php > 403 Forbidden 解决办法

403 Forbidden 解决办法

如果你遇到了如下错误

403 Forbidden
Access to this resource on the server is denied!
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!

可以考虑通过如下方式解决

找到.htaccess文件,在后面添加上如下内容
SecFilterEngine Off
SecFilterScanPOST Off
即可

其实就是 disable mod_security

分类: php 标签:
  1. 2011年1月27日12:18 | #1

    来关注下,我的博客还是没有解决

  1. 本文目前尚无任何 trackbacks 和 pingbacks.