gEDA-user: 0201 photo

DJ Delorie dj at delorie.com
Thu Aug 31 14:46:45 EDT 2006


> That's strange... how/why did you do that?

How:

RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://				[NC]
RewriteCond %{HTTP_REFERER} !^http://(.*\.)?delorie.com/.*$     [NC]
RewriteRule .*\.(gif|jpg|png)$       - [F]

Why:

It keeps people from using my server to serve images for their web
pages, especially the "icon catalog" images.  They need to use their
own servers.


More information about the geda-user mailing list