Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The following page has been changed by megaspaz:
http://wiki.apache.org/httpd/Recipes/DisableImageHotLinking

The comment on the change is:
grammer change

------------------------------------------------------------------------------
  </FilesMatch>
  }}}
  
- This first checks the referer and sets a local environment variable if the 
referer contains your domain. The !FilesMatch then matches the request for 
jpep, png, and gif files. If there's a match in the filename, then accessed is 
only allowed if the local environment variable is set.[[BR]][[BR]]
+ This first checks the referer and sets a local environment variable if the 
referer contains your domain. The !FilesMatch then matches the request for 
jpep, png, and gif files. If there's a match in the filename, then access to 
that resource is only allowed if the local environment variable is 
set.[[BR]][[BR]]
  
  In both methods, you might want to add patterns to the referer checks since 
there might be more ways your site will be accessed by - localhost for 
localhost testing, IP address, LAN hostname, etc.
  [[BR]][[BR]]

Reply via email to