From: Rich Bowen
Date: Fri, 15 May 2026 18:26:45 +0000 (+0000)
Subject: mod_rewrite.xml: Tighten summary section, reduce repetition
X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5dec15fb8756bd1fe3d4ae133ed38c412e2487bc;p=thirdparty%2Fapache%2Fhttpd.git
mod_rewrite.xml: Tighten summary section, reduce repetition
Merge paragraphs 2 and 3 of the module summary into a single paragraph
that flows naturally from the introduction without repeating the module
name at the start of each sentence.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934236 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 0a1051f89c..d871e847a5 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -38,15 +38,15 @@ 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, environment variables, cookies, HTTP headers, or time
- stamps.
-
- mod_rewrite can operate on the URL-path,
- or any portion of it (including any trailing pathname information).
- It can also alter the query string (%{QUERY_STRING}).
+ based on server variables, environment variables, cookies, HTTP headers,
+ or timestamps. 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