From 396d260fc9ced2ee34ab24773bfc79fd6baf03fe Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 20 Sep 2003 09:44:14 +0000 Subject: [PATCH] Add the -MultiViews option to the suggested mirror setup --- mirroring.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mirroring.php b/mirroring.php index ae802ca7a..552f21317 100644 --- a/mirroring.php +++ b/mirroring.php @@ -141,8 +141,9 @@ $minute = rand(0, 59); # Set directory index DirectoryIndex index.php index.html - # Do not display directory listings if index is not present - Options -Indexes + # Do not display directory listings if index is not present, + # and do not try to match filenames if extension is omitted + Options -Indexes -MultiViews # Handle errors with local error handler script ErrorDocument 401 /error.php