From: Rich Bowen Date: Fri, 16 Mar 2012 15:05:46 +0000 (+0000) Subject: Answer the "what flavor of regex" question. X-Git-Tag: 2.5.0-alpha~7351 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3a02694b1de3d49c737399c51c4e11e690f5f8e;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 5d72fdea7e6..6dc853f500c 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -33,7 +33,7 @@ URLs on the fly

The mod_rewrite 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, mod_rewrite 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.