View Single Post
Old 05-19-2004, 04:46 AM  
Jarrod
Confirmed User
 
Join Date: Jan 2004
Location: Boston, Massachusetts
Posts: 837
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>

---
__________________
Jarrod is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote