]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_rewrite.xml: Tighten summary section, reduce repetition
authorRich Bowen <rbowen@apache.org>
Fri, 15 May 2026 18:26:45 +0000 (18:26 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 15 May 2026 18:26:45 +0000 (18:26 +0000)
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

docs/manual/mod/mod_rewrite.xml

index 0a1051f89cf1d0f1d154031c5197c6c4a83ca2be..d871e847a57162a763cd09c2994cb80eafa0f412 100644 (file)
@@ -38,15 +38,15 @@ URLs on the fly</description>
       path. However, it can also be used to redirect one URL to another URL, or
       to invoke an internal proxy fetch.</p>
 
-      <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
+      <p>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.</p>
-
-      <p><module>mod_rewrite</module> can operate on the <a href="directive-dict.html#Syntax">URL-path</a>,
-      or any portion of it (including any <a href="core.html#acceptpathinfo">trailing pathname information</a>).
-      It can also alter the query string (<a href="../expr.html#vars"><code>%{QUERY_STRING}</code></a>).</p>
+      based on server variables, environment variables, cookies, HTTP headers,
+      or timestamps. Rules can operate on the
+      <a href="directive-dict.html#Syntax">URL-path</a> (including any
+      <a href="core.html#acceptpathinfo">trailing pathname information</a>)
+      and can also alter the
+      <a href="../expr.html#vars">query string</a>.</p>
 
       <p>A rewrite rule
       can be invoked in the server configuration files, or in <glossary