Hi to all,
Here is a patch correcting typos in rewrite_flags.xml (2.2.x and trunk
branches)
I also wish to welcome turkish translators, and maybe soon . . . polish
translators.
<HUMOR> Hope Apache doc will be soon translated in english</HUMOR>
Happy week-end to all
Lucien
Index: docs/manual/rewrite/rewrite_flags.xml
===================================================================
--- docs/manual/rewrite/rewrite_flags.xml (revision 642712)
+++ docs/manual/rewrite/rewrite_flags.xml (working copy)
@@ -199,7 +199,7 @@
<p>The example given here will rewrite any request to
<code>index.php</code>, giving the original request as a query string
argument to <code>index.php</code>, however, if the request is already
-for <code>index.php</code>, this rull will be skipped.</p>
+for <code>index.php</code>, this rule will be skipped.</p>
<example>
RewriteCond %{REQUEST_URI} !index\.php<br />
@@ -296,7 +296,7 @@
<p>
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 <directive
module="mod_rewrite">RewriteRule</directive> to be passed back through
@@ -408,7 +408,7 @@
source code as plain text, if requested in a particular way:</p>
<example>
-# Serve .pl files as plan text
+# Serve .pl files as plain text
RewriteRule \.pl$ - [T=text/plain]
</example>
Index: manual/rewrite/rewrite_flags.xml
===================================================================
--- manual/rewrite/rewrite_flags.xml (revision 642713)
+++ manual/rewrite/rewrite_flags.xml (working copy)
@@ -199,7 +199,7 @@
<p>The example given here will rewrite any request to
<code>index.php</code>, giving the original request as a query string
argument to <code>index.php</code>, however, if the request is already
-for <code>index.php</code>, this rull will be skipped.</p>
+for <code>index.php</code>, this rule will be skipped.</p>
<example>
RewriteCond %{REQUEST_URI} !index\.php<br />
@@ -296,7 +296,7 @@
<p>
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 <directive
module="mod_rewrite">RewriteRule</directive> to be passed back through
@@ -408,7 +408,7 @@
source code as plain text, if requested in a particular way:</p>
<example>
-# Serve .pl files as plan text
+# Serve .pl files as plain text
RewriteRule \.pl$ - [T=text/plain]
</example>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]