如何在htaccess中为特定URL添加404

时间:2012-11-08 22:26:17

标签: mod-rewrite rewrite http-status-code-404

我在http://www.example.com/my-inner-page有一个页面。当有人试图访问此网址时,我需要我的服务器以404响应。我将在htaccess中使用的规则是什么?

谢谢!

1 个答案:

答案 0 :(得分:1)

您可以使用RedirectMatch:

RedirectMatch 404 "my-inner-page"