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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user