Hmm this still dont work I still get this message: Forbidden
You don't have permission to access / on this server.
Apache/1.3.27 Server at www.mydomain.com Port 80
This I used this
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER}!>http://www.mydomain.com [NC]
RewriteCond %{HTTP_REFERER}!>http://mydomain.com [NC]
RewriteCond %{HTTP_REFERER}!>http://my ip [NC]
RewriteRule /* [mydomain.com...] [R,L]
And I have now tried many different types of .htaccess
zeus