From 67f51d1b69c4d16cf2c5686bd02efdca9c9829a9 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 14 Jan 2015 17:08:29 -0800 Subject: [PATCH] use + for symlinks and multiviews; newer apache doesn't like it otherwise --- examples/apache.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/apache.conf b/examples/apache.conf index 2a394b0..479c350 100644 --- a/examples/apache.conf +++ b/examples/apache.conf @@ -12,7 +12,7 @@ - Options -Indexes FollowSymLinks MultiViews + Options -Indexes +FollowSymLinks +MultiViews AllowOverride Options Order allow,deny allow from all -- 2.39.2