From: Rich Bowen Date: Fri, 31 Dec 2004 21:01:03 +0000 (+0000) Subject: We generally call them slashes, rather than sloshes. X-Git-Tag: 2.0.53~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5686d0fdcaa90b7ec0fe6fee0cfad69cf1b90a81;p=thirdparty%2Fapache%2Fhttpd.git We generally call them slashes, rather than sloshes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@123820 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 068204b041a..c3e9b89bedb 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -226,7 +226,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 slosh ('\') + usual special meaning) by prefixing them with a slash ('\') character. In other words, you can include an actual dollar-sign character in a Substitution string by using '\$'; this keeps mod_rewrite from trying