From: Rainer Jung Date: Tue, 20 Jul 2010 10:57:39 +0000 (+0000) Subject: Fix typo in rewrite docs (slash -> backslash). X-Git-Tag: 2.2.16~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06af04861552bb80ae23f82258c2e0c25a7edb00;p=thirdparty%2Fapache%2Fhttpd.git Fix typo in rewrite docs (slash -> backslash). Thanks to Denis Howe for the hint. PR49620. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@965798 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index d6fea7b3d53..1ae86b41591 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -82,7 +82,7 @@ URLs on the fly

As of Apache 1.3.20, special characters in TestString and Substitution strings can be escaped (that is, treated as normal characters without their - usual special meaning) by prefixing them with a slash ('\') + usual special meaning) by prefixing them with a backslash ('\') character. In other words, you can include an actual dollar-sign character in a Substitution string by using '\$'; this keeps mod_rewrite from trying @@ -1651,4 +1651,4 @@ should never be necessary and is unsupported.

- \ No newline at end of file + diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index a9147b96e08..39936c96500 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -63,7 +63,7 @@ URLs on the fly

As of Apache 1.3.20, special characters in TestString and Substitution strings can be escaped (that is, treated as normal characters without their - usual special meaning) by prefixing them with a slash ('\') + usual special meaning) by prefixing them with a backslash ('\') character. In other words, you can include an actual dollar-sign character in a Substitution string by using '\$'; this keeps mod_rewrite from trying