RewriteEngine On # Redirect both apex and www to temp subdomain (temporary 302) RewriteCond %{HTTP_HOST} ^(www\.)?dakarash\.co\.id$ [NC] RewriteRule ^(.*)$ https://temp.dakarash.co.id/$1 [L,R=302]