From 11fc28970b329334d88d3667e5b55e0d57e353ab Mon Sep 17 00:00:00 2001 From: Jogo Date: Tue, 27 Oct 2009 17:44:06 -0400 Subject: [PATCH] 403 response may be a "not found" too --- doc/plugins/404/discussion.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/plugins/404/discussion.mdwn diff --git a/doc/plugins/404/discussion.mdwn b/doc/plugins/404/discussion.mdwn new file mode 100644 index 000000000..5a8e8ed85 --- /dev/null +++ b/doc/plugins/404/discussion.mdwn @@ -0,0 +1,3 @@ +With Apache, if you have a page foo/bar/baz but no foo/bar, and if you've +disabled `Indexes` option, you'll end up with a `403` response for foo/bar. +The 404 plugin doesn't try to handle that. But it should. -- [[Jogo]] -- 2.26.2