Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
65b81ba8
Commit
65b81ba8
authored
Aug 09, 2011
by
marknl
Browse files
http://bugtracker.ispconfig.org/index.php?do=details&task_id=1483
parent
d85c415a
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/conf/vhost.conf.master
View file @
65b81ba8
...
...
@@ -212,7 +212,7 @@
RewriteEngine on
<tmpl_loop name="redirects">
RewriteCond %{HTTP_HOST}
^
<tmpl_var name='rewrite_domain'> [NC]
RewriteCond %{HTTP_HOST} <tmpl_var name='rewrite_domain'>
$
[NC]
RewriteRule ^/(.*)$ <tmpl_var name='rewrite_target'>$1 <tmpl_var name='rewrite_type'>
</tmpl_loop>
</tmpl_if>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment