Skip to content

Commit 65b81ba

Browse files
author
marknl
committed
http://bugtracker.ispconfig.org/index.php?do=details&task_id=1483
1 parent d85c415 commit 65b81ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/vhost.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212

213213
RewriteEngine on
214214
<tmpl_loop name="redirects">
215-
RewriteCond %{HTTP_HOST} ^<tmpl_var name='rewrite_domain'> [NC]
215+
RewriteCond %{HTTP_HOST} <tmpl_var name='rewrite_domain'>$ [NC]
216216
RewriteRule ^/(.*)$ <tmpl_var name='rewrite_target'>$1 <tmpl_var name='rewrite_type'>
217217
</tmpl_loop>
218218
</tmpl_if>

0 commit comments

Comments
 (0)