March 7th, 2002, 02:55 PM
|
#1 (permalink)
|
| Ultimate Member
Join Date: May 2000 Location: Miami, FL.
Posts: 2,840
|
Hello,
Im working on an htaccess file for my entire site to prevent hotlinking to images, but i still want to be able to call images from sites that i post images (vbulletin.org techimo.com) now what i got so far allows only one domain name to access the images. i want ot be able to put several names and block out domain names that rae not in defined in the htaccess.
heres what i got so far:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^ http://(www\.)?voogru.com/.*$ [NC]
RewriteRule \.(gif|jpg)$ - [F]
how can i make it so i can have multiple entries for a domain name. i tried duplicating the line that has the address and adding otheres but it doesnt seem to work.
thanks
-voogru |
| |