From 8a13192b5c6af9edc1fee6ad4b9be286b58c27b0 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Sun, 21 Jan 2001 22:11:00 +0000 Subject: [PATCH] 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 --- docs/conf/httpd-std.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1