From: Christophe Jaillet Date: Tue, 20 May 2014 18:18:09 +0000 (+0000) Subject: Fix typo spotted on online doc by Markie. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dcdb72eca261d1b92d8a2285066788175bd462c;p=thirdparty%2Fapache%2Fhttpd.git Fix typo spotted on online doc by Markie. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1596347 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index c084f3c32ee..09ebaa5d16b 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -736,7 +736,7 @@ RewriteRule ^/$ /homepage.std.html [L] all. It does not even update the SCRIPT_URx environment variables.

-

Use this directive to disable rules in a particular contact, +

Use this directive to disable rules in a particular context, rather than commenting out all the RewriteRule directives.

Note that rewrite configurations are not diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index ea2033a79d8..5d7bab24505 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -108,7 +108,7 @@ URLs on the fly all. It does not even update the SCRIPT_URx environment variables.

-

Use this directive to disable rules in a particular contact, +

Use this directive to disable rules in a particular context, rather than commenting out all the RewriteRule directives.