Skip to content

Commit c832647

Browse files
author
redray
committed
fixed Bug: one pair of paranthesis to much in ssl -> redirect part of vhost.conf.master
1 parent 044b0a0 commit c832647

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/conf/vhost.conf.master

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,8 @@
275275

276276
RewriteEngine on
277277
<tmpl_loop name="redirects">
278-
279278
RewriteCond %{HTTP_HOST} ^<tmpl_var name='rewrite_domain'> [NC]
280-
RewriteRule ^/(.*)$ <tmpl_var name='rewrite_target'>$1 [<tmpl_var name='rewrite_type'>]
279+
RewriteRule ^/(.*)$ <tmpl_var name='rewrite_target'>$1 <tmpl_var name='rewrite_type'>
281280
</tmpl_loop>
282281
</tmpl_if>
283282

0 commit comments

Comments
 (0)