diff options
author | Rich Bowen <rbowen@apache.org> | 2012-03-16 16:05:46 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2012-03-16 16:05:46 +0100 |
commit | d3a02694b1de3d49c737399c51c4e11e690f5f8e (patch) | |
tree | ae289262c0d724d22fe79e8fe604daf3c2782aad /docs/manual/mod/mod_rewrite.xml | |
parent | add filesystem paths to some common error messages. (diff) | |
download | apache2-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.xml | 2 |
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> |