]> git.pld-linux.org Git - packages/apache.git/commitdiff
Drop MultiViews by default (it's confusing for many people using rewrites with QSA...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 4 Feb 2016 13:42:08 +0000 (14:42 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 4 Feb 2016 13:42:08 +0000 (14:42 +0100)
apache-mod_autoindex.conf
apache-mod_userdir.conf

index b9c6ec19f65fb1c3d840a3a726a837e153a0a1d9..165fde4a5ea8bfba0f499efc4a12d046f2045fa8 100644 (file)
@@ -22,7 +22,7 @@ IndexOptions FancyIndexing HTMLTable VersionSort Charset=UTF-8
 Alias /icons/ "/home/services/httpd/icons/"
 
 <Directory "/home/services/httpd/icons">
-       Options Indexes MultiViews
+       Options Indexes
        AllowOverride None
        <IfModule mod_authz_host.c>
                Require all granted
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.062375 seconds and 4 git commands to generate.