allow override of MultiViews option in .htaccess

This commit is contained in:
John Soros 2019-05-05 03:47:13 +02:00
parent 1ca9dcf406
commit 7e0e74375f
1 changed files with 1 additions and 1 deletions

View File

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