From: Rich Bowen Date: Fri, 31 Dec 2004 21:03:18 +0000 (+0000) Subject: We generally call these slashes rather than sloshes. X-Git-Tag: 2.1.3~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a075a52c27ff20dd00579e77cbb4109161f811ad;p=thirdparty%2Fapache%2Fhttpd.git We generally call these slashes rather than sloshes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123821 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 3e562548c11..76fe01af9c4 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