You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2011/08/15 22:31:33 UTC

svn commit: r1157993 - /httpd/httpd/trunk/docs/manual/rewrite/access.xml

Author: rbowen
Date: Mon Aug 15 20:31:33 2011
New Revision: 1157993

URL: http://svn.apache.org/viewvc?rev=1157993&view=rev
Log:
Adds TODO item so I won't forget.

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/access.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/access.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/access.xml?rev=1157993&r1=1157992&r2=1157993&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/access.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/access.xml Mon Aug 15 20:31:33 2011
@@ -81,6 +81,8 @@ configuration.</note>
     initiate from a page on our site. For the purpose of this example,
     we assume that our site is <code>www.example.com</code>.</p>
 
+<!-- TODO: Add discussion here of why we have !^$ in there. -->
+
 <example>
 RewriteCond %{HTTP_REFERER} <strong>!^$</strong><br />
 RewriteCond %{HTTP_REFERER} !www.example.com [NC]<br />