svn commit: r1935380 - httpd/httpd/branches/2.4.x/docs/manual/mod
[email protected] Mon, 15 Jun 2026 19:03:57 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178155023787.2126270.8614061761699536317@svn03-he-fi> |
Author: rbowen
Date: Mon Jun 15 19:03:57 2026
New Revision: 1935380
Log:
Improved module synopsys from trunk.
Modified:
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml Mon Jun 15 18:49:04 2026 (r1935379)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_rewrite.xml Mon Jun 15 19:03:57 2026 (r1935380)
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<a?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- $LastChangedRevision$ -->
@@ -38,15 +38,16 @@ 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 <a href="#rewritecond">server variables</a> (including HTTP
headers, connection details, and timestamps), environment variables,
- or other request properties.</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.</p>
+ or other request properties. 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