From: Christophe Jaillet Date: Tue, 20 May 2014 18:14:24 +0000 (+0000) Subject: Fix typo spotted on online doc by Markie. X-Git-Tag: 2.4.10~211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31d397909582f385719645e295f2915780fce96c;p=apache Fix typo spotted on online doc by Markie. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1596345 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index accae8bca4..4f96a760c8 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 7ee7fd1f17..98dbd6cc45 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.