<IfModule mod_rewrite.c> RewriteEngine On # Redirect ucfhtl.co.uk (http + https, www + non-www) to main domain RewriteCond %{HTTP_HOST} ^(www\.)?ucfhtl\.co\.uk$ [NC] RewriteRule ^ https://ucforhomestolet.co.uk%{REQUEST_URI} [R=301,L] </IfModule>