Skip to content

Commit

Permalink
Apache: disable MultiViews
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Nov 29, 2016
1 parent e603cbc commit e5be41f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion apache/sites/local-dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
ServerAdmin [email protected]

<Directory "/srv">
Options MultiViews Indexes Includes FollowSymLinks ExecCGI
Options -MultiViews
Options Indexes Includes FollowSymLinks ExecCGI
AllowOverride All
Require all granted
</Directory>
Expand Down
3 changes: 2 additions & 1 deletion apache/sites/local-dev56.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
ServerAdmin [email protected]

<Directory "/srv">
Options MultiViews Indexes Includes FollowSymLinks ExecCGI
Options -MultiViews
Options Indexes Includes FollowSymLinks ExecCGI
AllowOverride All
Require all granted
</Directory>
Expand Down
3 changes: 2 additions & 1 deletion apache/sites/local-dev7.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
ServerAdmin [email protected]

<Directory "/srv">
Options MultiViews Indexes Includes FollowSymLinks ExecCGI
Options -MultiViews
Options Indexes Includes FollowSymLinks ExecCGI
AllowOverride All
Require all granted
</Directory>
Expand Down
3 changes: 2 additions & 1 deletion apache/sites/localhost.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
ServerAdmin [email protected]

<Directory "/srv">
Options MultiViews Indexes Includes FollowSymLinks ExecCGI
Options -MultiViews
Options Indexes Includes FollowSymLinks ExecCGI
AllowOverride All
Require all granted
</Directory>
Expand Down

0 comments on commit e5be41f

Please sign in to comment.