From: Ryan Bloom Date: Sun, 21 Jan 2001 22:11:00 +0000 (+0000) Subject: Turn MultiViews on in the default config file. This allows people who X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a13192b5c6af9edc1fee6ad4b9be286b58c27b0;p=apache Turn MultiViews on in the default config file. This allows people who install for the first time to actually get a valid first page. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87783 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 8d4d90d9cd..7f646f1611 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -283,7 +283,7 @@ DocumentRoot "@@ServerRoot@@/htdocs" # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # - Options Indexes FollowSymLinks + Options Indexes FollowSymLinks MultiViews # # This controls which options the .htaccess files in directories can