Re: Image tracking
by "Data Driven Design" <jeff(at)datadrivendesign.com>
|
| Date: |
Fri, 29 Jun 2001 11:57:24 -0400 |
| To: |
<hwg-techniques(at)hwg.org>, "David Clapper" <dclapper(at)clioassociates.com> |
| References: |
webbox |
| |
todo: View
Thread,
Original
|
|
Do you need access to the config files to do that or can it be done using
.htaccess?
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
----- Original Message -----
From: David Clapper <dclapper(at)clioassociates.com>
To: <hwg-techniques(at)hwg.org>
Sent: Friday, June 29, 2001 10:29 AM
Subject: Image tracking
>
> Hello all,
>
> I found this when I was browsing the Apache site. If it's already
> been mentioned, I apologize. The relevant page is
http://httpd.apache.org/docs/env.html
> ---------------------------------------------------------
> Prevent "Image Theft"
> This example shows how to keep people not on your server from
> using images on your server as inline-images on their pages.
> This is not a recommended configuration, but it can work in limited
> circumstances. We assume that all your images are in a directory
> called /web/images.
> SetEnvIf Referer "^http://www.example.com/" local_referal
> # Allow browsers that do not send Referer info
> SetEnvIf Referer "^$" local_referal
> <Directory /web/images>
> Order Deny,Allow
> Deny from all
> Allow from env=local_referal
> </Directory>
> Note: spelling of 'referer' and 'referal' is intentional.
> For more information about this technique, see the ApacheToday
> tutorial "Keeping Your Images from Adorning Other Sites"
(http://apachetoday.com/news_story.php3?ltsn=2000-06-14-002-01-PS).
>
>
> David Clapper
> Vice-President & Chief Architect
> Clio Associates
> 70 Pavilion St.
> Rochester, NY 14620 USA
> Voice: +1.716.442.5407
> Fax: +1.716.442.5993
> Cell: +1.716.259.3699
> e-mail: dclapper(at)clioassociates.com
> PGP public key ID: 0xC67E9E98
>
>
>
>
>
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.