From 2dcdb72eca261d1b92d8a2285066788175bd462c Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 20 May 2014 18:18:09 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_rewrite.html.en | 2 +- docs/manual/mod/mod_rewrite.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.

-- 2.47.3