我面临自定义 404 页面问题我的目录如下
- 索引.php
- 404.php
我的 htaccess 代码是..
Options +FollowSymLinks
RewriteEngine on
RewriteRule ([0-9])/ index.php?page=$1
#DirectoryIndex practice.php
IndexIgnore *.gif *.jpg *.png *.css
ErrorDocument 404 practice.php
问题是 404.php 页面显示 url 错误输入但未显示页面内容看图片
404页面内容为:
<h1 align='center'>404 - Page Not Found </h1>