Jerome
04-05-2010, 06:34 PM
Hi,
The code mentioned below is great....
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mysite\.com/.*$ [NC]
RewriteRule .*\.(gif|jpg)$ - [F,L]
However, I would like to have a subdomain, like sub.mysite.com, and show pictures on it....
Can you help me?
Thanks,
Jerome
The code mentioned below is great....
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mysite\.com/.*$ [NC]
RewriteRule .*\.(gif|jpg)$ - [F,L]
However, I would like to have a subdomain, like sub.mysite.com, and show pictures on it....
Can you help me?
Thanks,
Jerome