]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Adds optional [!] back into the RewriteCond syntax definition.
authorRich Bowen <rbowen@apache.org>
Mon, 15 Jun 2026 18:37:26 +0000 (18:37 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 15 Jun 2026 18:37:26 +0000 (18:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1935375 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 0830e2e0c42c586ccc3b0914b52c91c08e6518f3..a06cdf7ffa857b42bbb67ab0025a055eed8a46a8 100644 (file)
@@ -453,7 +453,7 @@ RewriteRule "^/ex/(.*)" "${examplemap:$1}"
 <description>Defines a condition under which rewriting will take place
 </description>
 <syntax> RewriteCond
-      <em>TestString</em> <em>CondPattern</em> [<em>flags</em>]</syntax>
+      <em>TestString</em> [!]<em>CondPattern</em> [<em>flags</em>]</syntax>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context><context>.htaccess</context></contextlist>
 <override>FileInfo</override>