git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619736
13f79535-47bb-0310-9956-
ffa450edef68
parsed expression tokenizer information, the parse tree and how it is
evaluated into the output sent to the client.</p>
</div>
+
+ <div class="note"><h3>Escaping slashes in regex strings</h3>
+ <p>All slashes which are not intended to act as delimiters in your regex must
+ be escaped. This is regardless of their meaning to the regex engine.</p>
+ </div>
</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="directive-section"><h2><a name="SSIEnableAccess" id="SSIEnableAccess">SSIEnableAccess</a> <a name="ssienableaccess" id="ssienableaccess">Directive</a></h2>
parsed expression tokenizer information, the parse tree and how it is
evaluated into the output sent to the client.</p>
</note>
+
+ <note><title>Escaping slashes in regex strings</title>
+ <p>All slashes which are not intended to act as delimiters in your regex must
+ be escaped. This is regardless of their meaning to the regex engine.</p>
+ </note>
</section>
<directivesynopsis>