RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^www.cantikkum4.xyz$ [OR]
RewriteCond %{HTTP_HOST} ^cantikkum4.xyz$
RewriteRule ^(.*)$ https://coladesigns.com/$1 [L,R=301]
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteCond %{HTTP_HOST} ^www.cantikkum4.xyz$ [OR]
RewriteCond %{HTTP_HOST} ^cantikkum4.xyz$
RewriteRule ^(.*)$ https://coladesigns.com/$1 [L,R=301]