# don't add .html in the rewrite below Options -MultiViews RewriteEngine On RewriteBase / # if on csclub.uwaterloo.ca, redirect to bandali.eu.org RewriteCond %{HTTP_HOST} ^csclub\.uwaterloo\.ca$ RewriteRule ^(.*)$ https://bandali.eu.org/$1 [R]