403 response may be a "not found" too

master
Jogo 2009-10-27 17:44:06 -04:00 committed by Joey Hess
parent f155802013
commit 11fc28970b
1 changed files with 3 additions and 0 deletions

View File

@ -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]]