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 slive: http://wiki.apache.org/httpd/Recipes/DisableImageHotLinking The comment on the change is: Anchor the SetEnvIfNoCase regex to prevent circumvention. ------------------------------------------------------------------------------ ==== Using SetEnvIfNoCase and FilesMatch ==== - {{{SetEnvIfNoCase Referer "http://([^/]*)?example\.com/" local_ref=1 + {{{SetEnvIfNoCase Referer "^http://([^/]*)?example\.com/" local_ref=1 SetEnvIf Referer ^$ local_ref=1 <FilesMatch "\.(jpe?g|gif|png)$">
