Make a .htaccess for the domain and put this in there: changing the url to your specific URL and the IP of the domain.
copy after the three lines
---
ErrorDocument 403
http://www.m0viegalleries.com
ErrorDocument 404
http://www.m0viegalleries.com
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} !^
http://www.m0viegalleries.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://m0viegalleries.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://66.28.13.2.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$|.*[Mm][Pp][Ee][Gg]$|.*[Mm][Pp][Gg]$|.*[Gg][Ii][Ff]$ <
http://www.m0viegalleries.com>
---