/ Published in: Other
Several tricks for your .htaccess file.
Expand |
Embed | Plain Text
# Redirect a subdomain to another server RewriteCond %{HTTP_HOST} ^mail\.icf\.ch$ RewriteRule ^(.*)$ https://mail02.icf.ch/owa/ [L]
You need to login to post a comment.
