hostease,怎么让404错误页面没最底下的apache/xxx php/xx等?
|
|
Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request
Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 mod_perl/2.0.4 Perl/v5.8.8 Server at www.xxx.com Port 80 |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2010-6-18 17:50:30
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
goldstein
发表于 2010-6-18 20:45:32
|
显示全部楼层
- ErrorDocument 400 /whatthephuck.htm
- ErrorDocument 401 /whatthephuck.htm
- ErrorDocument 403 /whatthephuck.htm
- ErrorDocument 404 /whatthephuck.htm
- ErrorDocument 500 /whatthephuck.htm
复制代码 |
|
|
|
|
|
|
|
|