DocumentRoot <%= docroot %>
<% if https_redirect != false %>
RewriteEngine On
- RewriteRule (.*) https://<%= title %>.<%= hosting_domain %>$1<% end %>
+ RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
<% if redirect_match != false %> RedirectMatch ^/$ <%= protocol %>://<%= title %>.<%= hosting_domain %>/<%= redirect_match %><% end %>
<% if redirect != false %> Redirect <%= redirect %><% end %>
<% if aliases != false %><% aliases.each do |map| -%>