]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Resolves #40178: Removes redundant sentence. (Thanks, Philippe)
authorRich Bowen <rbowen@apache.org>
Fri, 15 May 2026 12:39:28 +0000 (12:39 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 15 May 2026 12:39:28 +0000 (12:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934217 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 0bc8c899c872f187bb09cd0a142c6f6906ba8064..6af6d95bb58b78bbb1f97a93b73c04c62d15e595 100644 (file)
@@ -41,12 +41,11 @@ URLs on the fly</description>
       <p><module>mod_rewrite</module> provides a flexible and powerful way to
       manipulate URLs using an unlimited number of rules. Each rule can have an
       unlimited number of attached rule conditions, to allow you to rewrite URLs
-      based on server variables, environment variables, HTTP headers, or time
+      based on server variables, environment variables, cookies, HTTP headers, or time
       stamps.</p>
 
       <p><module>mod_rewrite</module> can operate on the full URL-path, or any
-      portion of it, including the PATH_INFO or QUERY_STRING. It can also inspect
-      other values, such as headers, cookies, or environment variables.</p>
+      portion of it, including the PATH_INFO or QUERY_STRING.</p>
 
       <p>A rewrite rule
       can be invoked in the server configuration files, or in <glossary