RewriteEngine On

# Redirect only the root of the subdomain
RewriteCond %{REQUEST_URI} ^/?$ 
RewriteRule ^(index\.html?|index\.php)?$ https://finchcapitalcu.com/ [R=301,L]
