Return to Snippet

Revision: 62838
at March 15, 2013 20:57 by telltec


Initial Code
# Redirect a subdomain to another server 
RewriteCond %{HTTP_HOST} ^mail\.icf\.ch$
RewriteRule ^(.*)$ https://mail02.icf.ch/owa/ [L]

Initial URL


Initial Description
Several tricks for your .htaccess file.

Initial Title
.htaccess tricks

Initial Tags
htaccess, apache

Initial Language
Other