From: Colm MacCarthaigh Date: Wed, 30 Nov 2005 10:11:35 +0000 (+0000) Subject: Escape the dots in the regular expression. X-Git-Tag: 2.3.0~2707 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf45bc6bfddfb11fcb84aec04aee7202a64766c3;p=apache Escape the dots in the regular expression. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@349917 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/env.xml b/docs/manual/env.xml index c92dc92941..65791e6f90 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -430,7 +430,7 @@ CustomLog logs/access_log common env=!image-request in limited circumstances. We assume that all your images are in a directory called /web/images.

-SetEnvIf Referer "^http://www.example.com/" local_referal
+SetEnvIf Referer "^http://www\.example\.com/" local_referal
 # Allow browsers that do not send Referer info
 SetEnvIf Referer "^$" local_referal
 <Directory /web/images>