From 684a543709d53d555e860f6bc8f3e7e33c5bca05 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Thu, 3 Apr 2008 22:58:59 +0000 Subject: [PATCH] Typo fixes courtesy of the French translation crew git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@644551 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/rewrite_flags.html.en | 6 +++--- docs/manual/rewrite/rewrite_flags.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/rewrite/rewrite_flags.html.en b/docs/manual/rewrite/rewrite_flags.html.en index b39995102c9..7063cc57307 100644 --- a/docs/manual/rewrite/rewrite_flags.html.en +++ b/docs/manual/rewrite/rewrite_flags.html.en @@ -189,7 +189,7 @@ rules, as shown below.

The example given here will rewrite any request to index.php, giving the original request as a query string argument to index.php, however, if the request is already -for index.php, this rull will be skipped.

+for index.php, this rule will be skipped.

RewriteCond %{REQUEST_URI} !index\.php
@@ -285,7 +285,7 @@ considered.

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 trated +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, for example, might have a chance to take @@ -391,7 +391,7 @@ sent. This has the same effect as the

-# Serve .pl files as plan text +# Serve .pl files as plain text RewriteRule \.pl$ - [T=text/plain]

diff --git a/docs/manual/rewrite/rewrite_flags.xml b/docs/manual/rewrite/rewrite_flags.xml index 7ab1067e1a2..9befdede1be 100644 --- a/docs/manual/rewrite/rewrite_flags.xml +++ b/docs/manual/rewrite/rewrite_flags.xml @@ -199,7 +199,7 @@ rules, as shown below.

The example given here will rewrite any request to index.php, giving the original request as a query string argument to index.php, however, if the request is already -for index.php, this rull will be skipped.

+for index.php, this rule will be skipped.

RewriteCond %{REQUEST_URI} !index\.php
@@ -296,7 +296,7 @@ considered.

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 trated +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 @@ -408,7 +408,7 @@ module="mod_mime">AddType directive.

source code as plain text, if requested in a particular way:

-# Serve .pl files as plan text +# Serve .pl files as plain text RewriteRule \.pl$ - [T=text/plain] -- 2.47.2