summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_rewrite.xml
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2012-03-16 16:05:46 +0100
committerRich Bowen <rbowen@apache.org>2012-03-16 16:05:46 +0100
commitd3a02694b1de3d49c737399c51c4e11e690f5f8e (patch)
treeae289262c0d724d22fe79e8fe604daf3c2782aad /docs/manual/mod/mod_rewrite.xml
parentadd filesystem paths to some common error messages. (diff)
downloadapache2-d3a02694b1de3d49c737399c51c4e11e690f5f8e.tar.xz
apache2-d3a02694b1de3d49c737399c51c4e11e690f5f8e.zip
Answer the "what flavor of regex" question.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301578 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_rewrite.xml')
-rw-r--r--docs/manual/mod/mod_rewrite.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 5d72fdea7e..6dc853f500 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -33,7 +33,7 @@ URLs on the fly</description>
<summary>
<p>The <module>mod_rewrite</module> module uses a rule-based rewriting
- engine, based on a regular-expression parser, to rewrite requested URLs on
+ engine, based on a PCRE regular-expression parser, to rewrite requested URLs on
the fly. By default, <module>mod_rewrite</module> maps a URL to a filesystem
path. However, it can also be used to redirect one URL to another URL, or
to invoke an internal proxy fetch.</p>