From: Rich Bowen
Date: Mon, 15 Jun 2026 19:03:57 +0000 (+0000)
Subject: Improved module synopsys from trunk.
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a9185e78fa31a90116ee734c059b72af50b03b8;p=thirdparty%2Fapache%2Fhttpd.git
Improved module synopsys from trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1935380 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 8aeff40c12..c61013e8da 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -1,4 +1,4 @@
-
+
@@ -38,15 +38,16 @@ URLs on the fly
path. However, it can also be used to redirect one URL to another URL, or
to invoke an internal proxy fetch.
- mod_rewrite provides a flexible and powerful way to
- manipulate URLs using an unlimited number of rules. Each rule can have an
+
It 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 (including HTTP
headers, connection details, and timestamps), environment variables,
- or other request properties.
-
- mod_rewrite can operate on the full URL-path, or any
- portion of it, including the PATH_INFO or QUERY_STRING.
+ or other request properties. Rules can operate on the
+ URL-path (including any
+ trailing pathname information)
+ and can also alter the
+ query string.
A rewrite rule
can be invoked in the server configuration files, or in