+ use rewrite options directive with inherit value for merge rewrite rules from base apache site config and htaccess rewrite rules in the site directory
This commit is contained in:
@ -38,6 +38,7 @@
|
||||
root: '/var/www/html'
|
||||
root_directives: |-
|
||||
RewriteEngine On
|
||||
RewriteOptions Inherit
|
||||
RewriteBase /
|
||||
{% if www_domain_is_primary %}
|
||||
RewriteCond %{HTTP_HOST} ^([^www].*)$
|
||||
|
Reference in New Issue
Block a user