1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add the -MultiViews option to the suggested mirror setup

This commit is contained in:
Gabor Hojtsy
2003-09-20 09:44:14 +00:00
parent 8987ee7fe6
commit 396d260fc9

View File

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