diff --git a/copy/opt/local/etc/httpd/conf.d/03-documentroot.conf b/copy/opt/local/etc/httpd/conf.d/03-documentroot.conf index e95dda3..855f3c8 100644 --- a/copy/opt/local/etc/httpd/conf.d/03-documentroot.conf +++ b/copy/opt/local/etc/httpd/conf.d/03-documentroot.conf @@ -14,7 +14,7 @@ DocumentRoot "/opt/local/share/httpd/htdocs" # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs/2.4/mod/core.html#options # for more information. - Options -Indexes FollowSymLinks + Options -Indexes +FollowSymLinks # AllowOverride controls what directives may be placed in .htaccess files. AllowOverride None