Perl Compatible
+mod_rewrite uses the Perl Compatible
Regular Expression vocabulary. In this document, we do not attempt
to provide a detailed reference to regular expressions. For that, we
-recommend the PCRE man pages, the
-Perl regular
+recommend the PCRE man pages, the
+Perl regular
expression man page, and Mastering
Regular Expressions, by Jeffrey Friedl (the third edition is from
diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml
index 200d0737fe..3322033d41 100644
--- a/docs/manual/rewrite/remapping.xml
+++ b/docs/manual/rewrite/remapping.xml
@@ -33,20 +33,12 @@ how you can use mod_rewrite to redirect and remap
request. This includes many examples of common uses of mod_rewrite,
including detailed descriptions of how each works.
-Note that many of these examples won't work unchanged in your
-particular server configuration, so it's important that you understand
-them, rather than merely cutting and pasting the examples into your
-configuration.
-
Module documentation
mod_rewrite introduction
-Controlling access
Virtual hosts
-Proxying
Using RewriteMap
-Advanced techniques
When not to use mod_rewrite
diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml
index 81b7c6f808..0f2221cb3c 100644
--- a/docs/manual/rewrite/rewritemap.xml
+++ b/docs/manual/rewrite/rewritemap.xml
@@ -29,20 +29,13 @@ the use of the RewriteMap directive,
and provides examples of each of the various RewriteMap types.