【发布时间】:2016-03-02 12:56:56
【问题描述】:
我已经从我们的数据库中完全删除了这篇文章,但下面的链接仍然显示空白模板而不是 404 未找到错误,
这是我的 .htaccess 代码
RewriteEngine on
ErrorDocument 404 /404.php
RewriteRule ^(.*)/$ /$1 [R,L]
RewriteRule ^complaints/(.*)/(.*)/(.*)-(.*).html$ post-info.php?ticket-number=$4 [L]
RewriteRule ^complaints/(.*)/(.*)$ query-listing.php?sub-category=$2 [L]
RewriteRule ^complaints/(.*)$ subject-list.php?category=$1 [L]
请帮我将损坏的页面重定向到 404.php 页面。
非常感谢。 亲切的问候,
【问题讨论】:
标签: .htaccess http-status-code-404 broken-links