Merge "allow redirects in .htaccess files on the static web servers"

This commit is contained in:
Jenkins 2017-07-27 22:05:39 +00:00 committed by Gerrit Code Review
commit 3fb95e67a6
2 changed files with 4 additions and 1 deletions

View File

@ -46,8 +46,9 @@
Options Indexes FollowSymLinks MultiViews
Satisfy any
Require all granted
AllowOverride None
# Allow mod_rewrite rules
AllowOverride FileInfo
AllowOverrideList Redirect RedirectMatch
ErrorDocument 404 /errorpage.html
</Directory>

View File

@ -17,6 +17,7 @@
<Directory <%= @docroot %>>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
AllowOverrideList Redirect RedirectMatch
Satisfy Any
Require all granted
</Directory>
@ -45,6 +46,7 @@
<Directory <%= @docroot %>>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
AllowOverrideList Redirect RedirectMatch
Satisfy Any
Require all granted
</Directory>