RewriteEngine On # Redirect anything except subdomains RewriteCond %{HTTP_HOST} !^(.*)\.findop\.com$ [NC] # Redirect to lowcostwebagency.com, preserving the URI RewriteRule ^(.*)$ https://lowcostwebagency.com [L,R=301]