From: Jogo Date: Tue, 27 Oct 2009 21:44:06 +0000 (-0400) Subject: 403 response may be a "not found" too X-Git-Tag: 3.20091031~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=11fc28970b329334d88d3667e5b55e0d57e353ab;p=ikiwiki.git 403 response may be a "not found" too --- 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]]