Home >php教程 >php手册 >.htaccess 定义404页面问题

.htaccess 定义404页面问题

WBOY
WBOYOriginal
2016-06-13 09:53:421120browse

404页面和.htaccess文件的问题

建个.htaccess,就可以了
ErrorDocument 404 /missing.html

首页你要确定你的主机支持 .htaccess..

修改conf文件要重启apache..

 

跟UrlRewrite 没关,主要是看是否支持 .htaccess
支持的话加一句:

ErrorDocument 404 /my404page.html

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn