Merge pull request #340 from soul9/allowmultiview

Allow override of MultiViews option in .htaccess
Required by some service as NextCloud, Prestashop, ....
This commit is contained in:
Km 2019-05-14 07:53:41 +02:00 committed by GitHub
commit 845a6b7f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
php_admin_value sendmail_path '/usr/lib/alternc/sendmail "%%mail_account%%" '
php_admin_flag mail.add_x_header on
Options +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
AllowOverride AuthConfig FileInfo Limit Options Indexes
AllowOverride AuthConfig FileInfo Limit Options Indexes Options=All,MultiViews
</Directory>
</VirtualHost>
@ -29,7 +29,7 @@
php_admin_value sendmail_path '/usr/lib/alternc/sendmail "%%mail_account%%" '
php_admin_flag mail.add_x_header on
Options +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
AllowOverride AuthConfig FileInfo Limit Options Indexes
AllowOverride AuthConfig FileInfo Limit Options Indexes Options=All,MultiViews
</Directory>
SSLEngine On

View File

@ -30,7 +30,7 @@
php_admin_value sendmail_path '/usr/lib/alternc/sendmail "%%mail_account%%" '
php_admin_flag mail.add_x_header on
Options -MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
AllowOverride AuthConfig FileInfo Limit Options Indexes
AllowOverride AuthConfig FileInfo Limit Options Indexes Options=All,MultiViews
Order allow,deny
Allow from all
Require all granted

View File

@ -24,7 +24,7 @@
php_admin_value sendmail_path '/usr/lib/alternc/sendmail "%%mail_account%%" '
php_admin_flag mail.add_x_header on
Options +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
AllowOverride AuthConfig FileInfo Limit Options Indexes
AllowOverride AuthConfig FileInfo Limit Options Indexes Options=All,MultiViews
</Directory>
SSLEngine On