Redirect code from .htaccess snip
# Mark R put this to redirect to the other site in March 2024
RewriteEngine on
RewriteCond %{REQUEST_URI} !^.well-known/
# Sam R added the following to allow access to wp-admin: P5J9F3V
RewriteCond %{REQUEST_URI} !^/wp-admin.*
RewriteCond %{REQUEST_URI} !^/wp-login.*
RewriteRule (.*) https://swimclinic.com/ [R=301,L]
Source: helpdesk.WordPress.2026-06-05.xml · Original ID: 4672