From bb712b8d01d8b6276650aa2914be94506a1182c4 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 26 Apr 2012 17:41:46 +0000 Subject: [PATCH] Fix typo, as per https://issues.apache.org/bugzilla/show_bug.cgi?id=53152 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330987 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 585fd04e48..45fb0d8095 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -954,7 +954,7 @@ and automatically added after any relative (not starting with a slash or protocol name) substitution encounters the end of a rule set. See the RewriteBase directive for more information regarding what prefix will be added back to -relative substitions. +relative substitutions.
  • If you wish to match against the full URL-path in a per-directory (htaccess) RewriteRule, use the %{REQUEST_URI} variable in @@ -1044,7 +1044,7 @@ cannot use $N in the substitution string! -

    In addition to plain text, the Substition string can include

    +

    In addition to plain text, the Substitution string can include

    1. back-references ($N) to the RewriteRule -- 2.40.0