From 238df132bfe2197b9418d2c3db9ed2d972429cc2 Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Fri, 19 Jul 2002 23:22:16 +0000 Subject: enable multiviews in the manual dir. now this is more than just a collection of dead links. --- usr.sbin/httpd/conf/httpd.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'usr.sbin') diff --git a/usr.sbin/httpd/conf/httpd.conf b/usr.sbin/httpd/conf/httpd.conf index 535c1437fa8..db9c9f7a7e6 100644 --- a/usr.sbin/httpd/conf/httpd.conf +++ b/usr.sbin/httpd/conf/httpd.conf @@ -519,6 +519,13 @@ Alias /icons/ "/var/www/icons/" Allow from all + + Options MultiViews + AllowOverride None + Order allow,deny + Allow from all + + # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that -- cgit v1.2.3