我已经从我们的数据库中完全删除了这篇文章,但下面的链接仍然显示空白模板而不是 404 not found 错误,
这是我的 .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 页面。
太感谢了。亲切的问候,