/ Published in: Other
Several tricks for your .htaccess file.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# Redirect a subdomain to another server RewriteCond %{HTTP_HOST} ^mail\.icf\.ch$ RewriteRule ^(.*)$ https://mail02.icf.ch/owa/ [L]