Commit efe6d667 authored by Colm MacCarthaigh's avatar Colm MacCarthaigh
Browse files

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
parent 4e902850
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -430,7 +430,7 @@ CustomLog logs/access_log common env=!image-request</pre></example>
        in limited circumstances. We assume that all your images are in
        a directory called /web/images.</p>
    <example><pre>
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
&lt;Directory /web/images&gt;