如何使用index.php发送所有URL? htaccess访问404错误页面

时间:2019-07-16 08:11:12

标签: .htaccess

我需要一个重写规则,使所有带有/index.php?/ ...的URL变为404错误页面。

我尝试了这个,但是没用:

RewriteRule ^directory/ - [L,R=404]

感谢您的提前帮助!

1 个答案:

答案 0 :(得分:0)

在.htaccess文件顶部检查此规则

RewriteEngine on
RewriteRule ^index.php?\/(.*)$ /404-error-page.php [R=301,L]