# Allow access to WordPress admin
RewriteEngine On
RewriteBase /

# Exclude admin pages from redirection
RewriteCond %{REQUEST_URI} !^/wp-admin
RewriteCond %{REQUEST_URI} !^/wp-login\.php

#RewriteEngine on
#RewriteCond %{HTTP_HOST} ^womansafehealthherstory\.com$ [OR]
#RewriteCond %{HTTP_HOST} ^www\.womansafehealthherstory\.com$
#RewriteRule ^/?$ "https\:\/\/womansafehealth\.com\/services\/advocacy\/" [R=301,L]

RewriteRule ^(.*)$ https://womansafehealth.com/services/advocacy/ [R=301,L]