Forum Moderators: bakedjake
Then I tryed this .htaccess which worked fine on another page, but on a shared hosting.
here is the code
RewriteEngine on
RewriteCond %{HTTP_REFERER}!^$
RewriteCond %{HTTP_REFERER}!^http://www.mydomain.com [NC]
RewriteCond %{HTTP_REFERER}!^http://mydomain.com [NC]
RewriteRule .*\.(jpg¦JPG)$ [mydomain...] [R,L]
but if I upload the site comes with a white site that says forbidden and this is on a dedicated server (linux)
hmm wierd.
can anybody help
zeus
[webmasterworld.com...]
[webmasterworld.com...]
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