From: Rich Bowen Date: Thu, 26 Apr 2012 17:43:40 +0000 (+0000) Subject: Fix typo as per https://issues.apache.org/bugzilla/show_bug.cgi?id=53152 X-Git-Tag: 2.5.0-alpha~7002 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=628eec6b122274be9668fdccd070fe0024263952;p=thirdparty%2Fapache%2Fhttpd.git 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@1330990 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index bb2268ee131..66a39b992ca 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -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 @@ -1040,7 +1040,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