首页 > 技术文章 > LiteSpeed装phpwind出现403错误解决办法

LiteSpeed装phpwind出现403错误解决办法

2010年8月1日 发表评论 阅读评论

本博客所在的服务器是LiteSpeed,据说LiteSpeed比Apache的性能要强大很多。

但是安装phpwind的过程中却出现以下403错误。

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!

很长一段时间来都没办法解决,这次无意中找到了方法,已经成功在LiteSpeed里安装最新phpwind 8.0。以下是方法:

找到.htaccess文件,在后面添加上如下内容即可,其实就是 disable mod_security

SecFilterEngine Off
SecFilterScanPOST Off
  1. 2010年8月2日11:50 | #1

    呵呵。。学习了

    [回复]

  2. 2010年9月16日14:22 | #2

    烦死了,经常碰到这样的403.404的。郁闷

    [回复]

  3. 2011年1月27日00:52 | #3

    不错,学习一下

    [回复]