We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85c415 commit 65b81baCopy full SHA for 65b81ba
server/conf/vhost.conf.master
@@ -212,7 +212,7 @@
212
213
RewriteEngine on
214
<tmpl_loop name="redirects">
215
- RewriteCond %{HTTP_HOST} ^<tmpl_var name='rewrite_domain'> [NC]
+ RewriteCond %{HTTP_HOST} <tmpl_var name='rewrite_domain'>$ [NC]
216
RewriteRule ^/(.*)$ <tmpl_var name='rewrite_target'>$1 <tmpl_var name='rewrite_type'>
217
</tmpl_loop>
218
</tmpl_if>
0 commit comments