# Redirect all traffic to https://accentuatemarketing.com/ RewriteEngine On # Force all domains to redirect to the target domain RewriteCond %{HTTP_HOST} !^accentuatemarketing\.com$ [NC] RewriteRule ^(.*)$ https://accentuatemarketing.com/$1 [R=301,L]