#RewriteEngine on
#RewriteCond %{HTTP_HOST} ^edithsaldanaphotography\.com$ [OR]
#RewriteCond %{HTTP_HOST} ^www\.edithsaldanaphotography\.com$
#RewriteRule ^/?$ "http\:\/\/edithsaldanaphotography\.zenfolio\.com\/" [R=301,L]

RewriteEngine on
RewriteCond %{HTTP_HOST} ^edithsaldanaphotography.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.edithsaldanaphotography.com [NC]
RewriteCond %{REQUEST_URI} !^/\.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/(?:\ Ballot169)?
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ http://edithsaldanaphotography.zenfolio.com/$1 [L,R=301,NC]
RewriteOptions inherit
