
RewriteEngine on
RewriteCond %{HTTP_HOST} ^ejaustralia\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.ejaustralia\.com$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ "http\:\/\/ejamerica\.com\/" [R=302,L]

