Skip to content
Snippets Groups Projects
Unverified Commit 1d9292af authored by bgm's avatar bgm Committed by GitHub
Browse files

Merge pull request #31727 from ufundo/disable-multiviews

#5640 explicitly disable mod_negotiation MultiViews in default Standalone apache config
parents f65b9a79 3e8537f3
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,11 @@
# Don't show directory listings for URLs which map to a directory.
Options -Indexes
# Disable mod_negotiation MultiViews as it can interfere with rewrites
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
# Uncomment if you need to follow symbolic links within your Standalone install
# (Disabled by default as some webhosts may not allow this)
# Options +FollowSymLinks
......@@ -116,3 +121,4 @@ DirectoryIndex index.php index.html index.htm
# Disable Proxy header, since it's an attack vector.
RequestHeader unset Proxy
</IfModule>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment