.htaccess tricks


/ Published in: Other
Save to your folder(s)

Several tricks for your .htaccess file.


Copy this code and paste it in your HTML
  1. # Redirect a subdomain to another server
  2. RewriteCond %{HTTP_HOST} ^mail\.icf\.ch$
  3. RewriteRule ^(.*)$ https://mail02.icf.ch/owa/ [L]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.