406 Not Acceptable
厦门松柏建站----今天ecshop出现如下错误:
406 Not Acceptable
This request is not acceptable
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!
查询了相关资料才知,有些LiteSpeed引擎的主机安装ecshop,phpwind,dede等出现403错误的解决办法
在安装phpwind或dede,ecshop等程序的时候会出现一些403错误,或者wordpress主题中有使用timthumb.php来实现缩略图而显示不了图片,
类似于:
406 Not Acceptable
This request is not acceptable
Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!
的错误,由于国外的主机在配置 Apache 的时候开启了安全检查,启用mod_security 的原因,提交的信息中包含安全隐患的关键字如: select , % , bin 等,Apache 就会禁止处理
,并给出 403,404,500 等错误。解决方法如下:
就是禁用:disable mod_security
在.htaccess文件的后面添加如下:
SecFilterEngine Off
SecFilterScanPOST Off
另外dedecms的还需要再加一条,让默认访问的是index.html文件的
DirectoryIndex index.html
厦门松柏建站---厦门松柏企业网站建站
