From c2cdc8c33a515bda70048f88e6749b1d15e1c630 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 15 Mar 2012 11:23:20 +0000 Subject: [PATCH] rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1300920 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/flags.html.en | 4 ++-- docs/manual/rewrite/flags.xml.fr | 2 +- docs/manual/rewrite/proxy.html.en | 2 +- docs/manual/rewrite/remapping.html.en | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/rewrite/flags.html.en b/docs/manual/rewrite/flags.html.en index 0b87f89da1..b7969c3d34 100644 --- a/docs/manual/rewrite/flags.html.en +++ b/docs/manual/rewrite/flags.html.en @@ -283,7 +283,7 @@ redirects.

F|forbidden

Using the [F] flag causes the server to return a 403 Forbidden status code to the client. While the same behavior can be accomplished using -the Deny directive, this +the Deny directive, this allows more flexibility in assigning a Forbidden status.

The following rule will forbid .exe files from being @@ -519,7 +519,7 @@ The target (or substitution string) in a RewriteRule is assumed to be a file path, by default. The use of the [PT] flag causes it to be treated as a URI instead. That is to say, the use of the [PT] flag causes the result of the RewriteRule to be passed back through -URL mapping, so that location-based mappings, such as Alias, Redirect, or ScriptAlias, for example, might have a +URL mapping, so that location-based mappings, such as Alias, Redirect, or ScriptAlias, for example, might have a chance to take effect.

diff --git a/docs/manual/rewrite/flags.xml.fr b/docs/manual/rewrite/flags.xml.fr index f45a5600ce..2f0df07027 100644 --- a/docs/manual/rewrite/flags.xml.fr +++ b/docs/manual/rewrite/flags.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/rewrite/proxy.html.en b/docs/manual/rewrite/proxy.html.en index 1c5199a12d..3f56ffae43 100644 --- a/docs/manual/rewrite/proxy.html.en +++ b/docs/manual/rewrite/proxy.html.en @@ -79,7 +79,7 @@ ProxyPassReverse / http://old.example.com/ that any redirects issued by the backend are correctly passed on to the client.

-

Consider using either ProxyPass or ProxyPassMatch whenever possible in +

Consider using either ProxyPass or ProxyPassMatch whenever possible in preference to mod_rewrite.

diff --git a/docs/manual/rewrite/remapping.html.en b/docs/manual/rewrite/remapping.html.en index 78ad3619a4..9806787075 100644 --- a/docs/manual/rewrite/remapping.html.en +++ b/docs/manual/rewrite/remapping.html.en @@ -247,7 +247,7 @@ RewriteRule ^(.*).html$ $1.php

This ruleset is designed to use in a per-directory context (In a <Directory> block or in a .htaccess file), so that the -f checks are looking at the correct directory path. - You may need to set a RewriteBase directive to specify the + You may need to set a RewriteBase directive to specify the directory base that you're working in.

@@ -273,7 +273,7 @@ RewriteRule ^(.*).html$ $1.php

The very best way to solve this doesn't involve mod_rewrite at all, -but rather uses the Redirect +but rather uses the Redirect directive placed in a virtual host for the non-canonical hostname(s).

-- 2.50.1