RewriteEngine on
RewriteCond %{HTTP_HOST} ^clubbersnation.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.clubbersnation.com [NC]
RewriteRule ^(.*)$ https://mnchasers.org/$1 [L,R=301,NC]
