fix: Allow Options in .htaccess to be merged (#7472)

Apache will replace `Options` from the server config with new ones
provided in `.htaccess` unless all of the parameters start with either
`+` or `-`. This effectively disables `+ExecCGI` and others that might
be needed for proper operation.
This commit is contained in:
Felix Eckhofer
2017-10-12 11:51:53 +02:00
committed by Daniel Preussker
parent 8f282ad60e
commit 26c9a45ca6

View File

@@ -1,7 +1,7 @@
# DO NOT CHANGE THIS FILE
# If you need to change this file, you are doing something wrong.
Options FollowSymlinks Multiviews
Options +FollowSymlinks +Multiviews
AddType image/svg+xml .svg
<IfModule mod_filter.c>