
## Each and every page on old domain redirects to single page
## By appending question mark to new domain, query strings are removed
RewriteEngine ON
RewriteCond %{HTTP_HOST} www.lifestyleresidential\.net$
RewriteRule .* https://www.lifestyleresidential.com.au/? [L,R=301]
RewriteCond %{REQUEST_URI} !^/?$
RewriteRule ^(.*) - [R=410,L]