From: Rainer Jung Date: Tue, 20 Jul 2010 11:02:16 +0000 (+0000) Subject: Fix typo in rewrite docs (slash -> backslash). X-Git-Tag: 2.0.64~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6150fbb11a72ced28f2e09546ccf2854926c85e7;p=thirdparty%2Fapache%2Fhttpd.git Fix typo in rewrite docs (slash -> backslash). Thanks to Denis Howe for the hint. PR49620. Backport of r965798 from 2.2.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@965801 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 4acf26604d5..adfd1e4d54c 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -172,7 +172,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 @@ -1668,4 +1668,4 @@ directory which is not always possible.

- \ No newline at end of file + diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 0e501309810..602b0f68afd 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -157,7 +157,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