From 31d397909582f385719645e295f2915780fce96c Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Tue, 20 May 2014 18:14:24 +0000 Subject: [PATCH] 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 --- 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 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.

-- 2.40.0