]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_userdir.conf
Drop MultiViews by default (it's confusing for many people using rewrites with QSA...
[packages/apache.git] / apache-mod_userdir.conf
index 3b6fd290acc97e43a7f77612057b429af0d1d594..534367a5cb354b6920f89da4b63ad957a423cabf 100644 (file)
@@ -18,7 +18,7 @@ UserDir public_html
 #
 <Directory /home/users/*/public_html>
        AllowOverride FileInfo AuthConfig Limit Indexes
-       Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
+       Options Indexes SymLinksIfOwnerMatch IncludesNoExec
        <Limit GET POST OPTIONS>
                Require all granted
                <IfModule mod_access_compat.c>
This page took 0.065665 seconds and 4 git commands to generate.