From: Rich Bowen Date: Mon, 11 Feb 2008 16:17:50 +0000 (+0000) Subject: Clarify the phrase "per-directory context" X-Git-Tag: 2.3.0~990 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf88bb1efbab020c3002fc8e3745c68222f5d892;p=apache Clarify the phrase "per-directory context" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@620513 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/index.html.en b/docs/manual/rewrite/index.html.en index 4f4255d758..2eeb49c64a 100644 --- a/docs/manual/rewrite/index.html.en +++ b/docs/manual/rewrite/index.html.en @@ -59,7 +59,8 @@

This module operates on the full URLs (including the path-info part) both in per-server context (httpd.conf) and per-directory context - (.htaccess) and can even generate query-string + (.htaccess files and <Directory> + blocks) and can even generate query-string parts on result. The rewritten result can lead to internal sub-processing, external request redirection or even to an internal proxy throughput.

diff --git a/docs/manual/rewrite/index.xml b/docs/manual/rewrite/index.xml index 58096f9baa..3eef041276 100644 --- a/docs/manual/rewrite/index.xml +++ b/docs/manual/rewrite/index.xml @@ -64,7 +64,8 @@

This module operates on the full URLs (including the path-info part) both in per-server context (httpd.conf) and per-directory context - (.htaccess) and can even generate query-string + (.htaccess files and <Directory> + blocks) and can even generate query-string parts on result. The rewritten result can lead to internal sub-processing, external request redirection or even to an internal proxy throughput.