From f883153ca1d66822be4cddd5bb17965889861d62 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 15 Aug 2011 20:31:33 +0000 Subject: [PATCH] Adds TODO item so I won't forget. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1157993 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/access.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/rewrite/access.xml b/docs/manual/rewrite/access.xml index fa4a21b88e..5e2affcbe7 100644 --- a/docs/manual/rewrite/access.xml +++ b/docs/manual/rewrite/access.xml @@ -81,6 +81,8 @@ configuration. initiate from a page on our site. For the purpose of this example, we assume that our site is www.example.com.

+ + RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !www.example.com [NC]
-- 2.40.0