sean2050 发表于 2010-12-24 21:42:46

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

据说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_securitySecFilterEngine Off
SecFilterScanPOST Off62服务器好像是LiteSpeed

ender049 发表于 2010-12-25 13:22:21

没有遇到过,也没听谁提起过,呵呵

sean2050 发表于 2010-12-25 21:16:06

我遇到了:)

方法也找到了~就上面的这些

syan218 发表于 2013-2-22 19:38:04

我装PHPmps,登录是出现403.在.htaccess加上,立马好了,多谢~
页: [1]
查看完整版本: LiteSpeed装phpwind出现403错误解决办法