txfzq
管理员
        
积分 33428
发帖 13147
注册 2005-5-26
状态 离线
|
#1 解决XREA空间出现403,404错误的方法
建立.htaccess文件,传到空间中
内容:CODE: [Copy to clipboard]
<Limit POST>
order allow,deny
allow from all
</Limit>
ErrorDocument 401 /401.html
ErrorDocument 402 /402.html
ErrorDocument 403 /403.html
ErrorDocument 404 /404.html
LayoutIgnoreURI *.php
LayoutIgnoreURI *.cgi
LayoutIgnoreURI *.htm
LayoutIgnoreURI *.html
LayoutIgnoreURI *.xhtml
|

 |
|