From: Rich Bowen
Date: Fri, 15 May 2026 12:41:00 +0000 (+0000)
Subject: Resolves bz70042. Removes redundant sentence. Credit Philippe Cloutier.
X-Git-Tag: 2.4.68-rc1-candidate~127
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=caa881aeb38b0db025d998eb06294c1b3891b559;p=thirdparty%2Fapache%2Fhttpd.git
Resolves bz70042. Removes redundant sentence. Credit Philippe Cloutier.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934218 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 9c262eabc9..cc0183daed 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -41,12 +41,11 @@ URLs on the fly
mod_rewrite 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.
mod_rewrite 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.
+ portion of it, including the PATH_INFO or QUERY_STRING.
A rewrite rule
can be invoked in the server configuration files, or in