allow override of MultiViews option in .htaccess
This commit is contained in:
parent
1ca9dcf406
commit
7e0e74375f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue