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

