You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2009/11/02 19:31:09 UTC

svn commit: r832009 - in /httpd/httpd/trunk/docs/manual: ./ mod/ rewrite/

Author: rbowen
Date: Mon Nov  2 18:31:08 2009
New Revision: 832009

URL: http://svn.apache.org/viewvc?rev=832009&view=rev
Log:
As discussed on the docs mailing list several months back, we're
removing the 'rewrite_' from the various files in the rewrite/
directory, since it's redundant. This change moves rewrite_intro to
intro. Patches to follow will rename the other rewrite_ files.

Added:
    httpd/httpd/trunk/docs/manual/rewrite/intro.html
    httpd/httpd/trunk/docs/manual/rewrite/intro.html.en
    httpd/httpd/trunk/docs/manual/rewrite/intro.xml
      - copied, changed from r831974, httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml
    httpd/httpd/trunk/docs/manual/rewrite/intro.xml.fr
      - copied, changed from r831974, httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml.fr
    httpd/httpd/trunk/docs/manual/rewrite/intro.xml.meta
Removed:
    httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml
    httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml.fr
Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml.fr
    httpd/httpd/trunk/docs/manual/rewrite/index.html.en
    httpd/httpd/trunk/docs/manual/rewrite/index.xml
    httpd/httpd/trunk/docs/manual/rewrite/index.xml.fr
    httpd/httpd/trunk/docs/manual/rewrite/index.xml.meta
    httpd/httpd/trunk/docs/manual/rewrite/index.xml.tr
    httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.html.en
    httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml
    httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml.fr
    httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.html.en
    httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.xml
    httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.xml.fr
    httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.html.en
    httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.xml
    httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.xml.fr
    httpd/httpd/trunk/docs/manual/sitemap.html.en
    httpd/httpd/trunk/docs/manual/sitemap.html.fr
    httpd/httpd/trunk/docs/manual/sitemap.html.tr.utf8
    httpd/httpd/trunk/docs/manual/sitemap.xml
    httpd/httpd/trunk/docs/manual/sitemap.xml.fr
    httpd/httpd/trunk/docs/manual/sitemap.xml.tr

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en Mon Nov  2 18:31:08 2009
@@ -1125,7 +1125,7 @@
 
       <p>For some hints on <a class="glossarylink" href="../glossary.html#regex" title="see glossary">regular
       expressions</a>, see
-      the <a href="../rewrite/rewrite_intro.html#regex">mod_rewrite
+      the <a href="../rewrite/intro.html#regex">mod_rewrite
       Introduction</a>.</p>
 
       <p>In mod_rewrite, the NOT character

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.fr Mon Nov  2 18:31:08 2009
@@ -1232,7 +1232,7 @@
 </div>
 
 	<p>Pour quelques conseils à propos des <a class="glossarylink" href="../glossary.html#regex" title="voir glossaire">expressions rationnelles</a>, voir le
-	document <a href="../rewrite/rewrite_intro.html#regex">Introduction à
+	document <a href="../rewrite/intro.html#regex">Introduction à
 	mod_rewrite</a>.</p>
 
       <p>Dans mod_rewrite, on peut aussi utiliser le caractère NON
@@ -1833,4 +1833,4 @@
 </div><div id="footer">
 <p class="apache">Copyright 2009 The Apache Software Foundation.<br />Autorisé sous <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossaire</a> | <a href="../sitemap.html">Plan du site</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Mon Nov  2 18:31:08 2009
@@ -1136,7 +1136,7 @@
 
       <p>For some hints on <glossary ref="regex">regular
       expressions</glossary>, see
-      the <a href="../rewrite/rewrite_intro.html#regex">mod_rewrite
+      the <a href="../rewrite/intro.html#regex">mod_rewrite
       Introduction</a>.</p>
 
       <p>In mod_rewrite, the NOT character

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml.fr?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml.fr Mon Nov  2 18:31:08 2009
@@ -1248,8 +1248,7 @@
 
 	<p>Pour quelques conseils &agrave; propos des <glossary
 	ref="regex">expressions rationnelles</glossary>, voir le
-	document <a
-	href="../rewrite/rewrite_intro.html#regex">Introduction &agrave;
+	document <a href="../rewrite/intro.html#regex">Introduction &agrave;
 	mod_rewrite</a>.</p>
 
       <p>Dans mod_rewrite, on peut aussi utiliser le caract&egrave;re NON

Modified: httpd/httpd/trunk/docs/manual/rewrite/index.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/index.html.en?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/index.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/index.html.en Mon Nov  2 18:31:08 2009
@@ -51,24 +51,23 @@
       use mod_rewrite, and use other standard Apache features instead,
       thus avoiding this unnecessary complexity.</p>
 
-</div>
-<div id="quickview"><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">mod_rewrite reference
-documentation</a></li><li><a href="../urlmapping.html">Mapping URLs to the Filesystem</a></li><li><a href="http://wiki.apache.org/httpd/Rewrite">mod_rewrite
-wiki</a></li><li><a href="../glossary.html">Glossary</a></li></ul></div>
-<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
-<div class="section">
-<h2><a name="documentation" id="documentation">Documentation</a></h2>
+
 <ul>
 <li><a href="../mod/mod_rewrite.html">mod_rewrite reference
 documentation</a></li>
-<li><a href="rewrite_intro.html">Introduction</a></li>
+<li><a href="intro.html">Introduction to regular expressions and
+mod_rewrite</a></li>
 <li><a href="rewrite_flags.html">Flags</a></li>
 <li><a href="rewrite_tech.html">Technical details</a></li>
 <li><a href="rewrite_guide.html">Rewrite Guide - useful examples</a></li>
 <li><a href="rewrite_guide_advanced.html">Advanced Rewrite Guide - more
 useful examples</a></li>
 </ul>
-</div></div>
+</div>
+<div id="quickview"><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">mod_rewrite reference
+documentation</a></li><li><a href="../urlmapping.html">Mapping URLs to the Filesystem</a></li><li><a href="http://wiki.apache.org/httpd/Rewrite">mod_rewrite
+wiki</a></li><li><a href="../glossary.html">Glossary</a></li></ul></div>
+</div>
 <div class="bottomlang">
 <p><span>Available Languages: </span><a href="../en/rewrite/" title="English">&nbsp;en&nbsp;</a> |
 <a href="../fr/rewrite/" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |

Modified: httpd/httpd/trunk/docs/manual/rewrite/index.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/index.xml?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/index.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/index.xml Mon Nov  2 18:31:08 2009
@@ -57,27 +57,27 @@
       use mod_rewrite, and use other standard Apache features instead,
       thus avoiding this unnecessary complexity.</p>
 
-</summary>
 
-<seealso><a href="../mod/mod_rewrite.html">mod_rewrite reference
-documentation</a></seealso>
-<seealso><a href="../urlmapping.html">Mapping URLs to the Filesystem</a></seealso>
-<seealso><a href="http://wiki.apache.org/httpd/Rewrite">mod_rewrite
-wiki</a></seealso>
-<seealso><a href="../glossary.html">Glossary</a></seealso>
-
-<section id="documentation"><title>Documentation</title>
 <ul>
 <li><a href="../mod/mod_rewrite.html">mod_rewrite reference
 documentation</a></li>
-<li><a href="rewrite_intro.html">Introduction</a></li>
+<li><a href="intro.html">Introduction to regular expressions and
+mod_rewrite</a></li>
 <li><a href="rewrite_flags.html">Flags</a></li>
 <li><a href="rewrite_tech.html">Technical details</a></li>
 <li><a href="rewrite_guide.html">Rewrite Guide - useful examples</a></li>
 <li><a href="rewrite_guide_advanced.html">Advanced Rewrite Guide - more
 useful examples</a></li>
 </ul>
-</section>
+</summary>
+
+<seealso><a href="../mod/mod_rewrite.html">mod_rewrite reference
+documentation</a></seealso>
+<seealso><a href="../urlmapping.html">Mapping URLs to the Filesystem</a></seealso>
+<seealso><a href="http://wiki.apache.org/httpd/Rewrite">mod_rewrite
+wiki</a></seealso>
+<seealso><a href="../glossary.html">Glossary</a></seealso>
+
 
 </manualpage>
 

Modified: httpd/httpd/trunk/docs/manual/rewrite/index.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/index.xml.fr?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/index.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/index.xml.fr Mon Nov  2 18:31:08 2009
@@ -89,7 +89,7 @@
 <ul>
 <li><a href="../mod/mod_rewrite.html">Documentation de r&eacute;f&eacute;rence de
 mod_rewrite</a></li>
-<li><a href="rewrite_intro.html">Introduction</a></li>
+<li><a href="intro.html">Introduction</a></li>
 <li><a href="rewrite_flags.html">Drapeaux</a></li>
 <li><a href="rewrite_tech.html">D&eacute;tails techniques</a></li>
 <li><a href="rewrite_guide.html">Guide de r&eacute;&eacute;criture - exemples utiles</a></li>

Modified: httpd/httpd/trunk/docs/manual/rewrite/index.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/index.xml.meta?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/index.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/index.xml.meta Mon Nov  2 18:31:08 2009
@@ -9,6 +9,6 @@
   <variants>
     <variant>en</variant>
     <variant>fr</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/trunk/docs/manual/rewrite/index.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/index.xml.tr?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/index.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/index.xml.tr [utf-8] Mon Nov  2 18:31:08 2009
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 636374 -->
+<!-- English Revision: 636374:831985 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
@@ -83,7 +83,7 @@
 <section id="documentation"><title>Belgeler</title>
   <ul>
     <li><a href="../mod/mod_rewrite.html">mod_rewrite Başvuru Kılavuzu</a></li>
-    <li><a href="rewrite_intro.html">Giriş</a></li>
+    <li><a href="intro.html">Giriş</a></li>
     <li><a href="rewrite_flags.html">Seçenekler</a></li>
     <li><a href="rewrite_tech.html">Teknik Ayrıntılar</a></li>
     <li><a href="rewrite_guide.html">Yeniden Yazma Rehberi -

Added: httpd/httpd/trunk/docs/manual/rewrite/intro.html
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/intro.html?rev=832009&view=auto
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/intro.html (added)
+++ httpd/httpd/trunk/docs/manual/rewrite/intro.html Mon Nov  2 18:31:08 2009
@@ -0,0 +1,9 @@
+# GENERATED FROM XML -- DO NOT EDIT
+
+URI: intro.html.en
+Content-Language: en
+Content-type: text/html; charset=ISO-8859-1
+
+URI: intro.html.fr
+Content-Language: fr
+Content-type: text/html; charset=ISO-8859-1

Added: httpd/httpd/trunk/docs/manual/rewrite/intro.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/intro.html.en?rev=832009&view=auto
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/intro.html.en (added)
+++ httpd/httpd/trunk/docs/manual/rewrite/intro.html.en Mon Nov  2 18:31:08 2009
@@ -0,0 +1,319 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
+        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+              This file is generated from xml source: DO NOT EDIT
+        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+      -->
+<title>Apache mod_rewrite Introduction - Apache HTTP Server</title>
+<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
+<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
+<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
+<link href="../images/favicon.ico" rel="shortcut icon" /></head>
+<body id="manual-page"><div id="page-header">
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
+<p class="apache">Apache HTTP Server Version 2.3</p>
+<img alt="" src="../images/feather.gif" /></div>
+<div class="up"><a href="./"><img title="&lt;-" alt="&lt;-" src="../images/left.gif" /></a></div>
+<div id="path">
+<a href="http://www.apache.org/">Apache</a> &gt; <a href="http://httpd.apache.org/">HTTP Server</a> &gt; <a href="http://httpd.apache.org/docs/">Documentation</a> &gt; <a href="../">Version 2.3</a> &gt; <a href="./">Rewrite</a></div><div id="page-content"><div id="preamble"><h1>Apache mod_rewrite Introduction</h1>
+<div class="toplang">
+<p><span>Available Languages: </span><a href="../en/rewrite/intro.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="../fr/rewrite/intro.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
+</div>
+
+<p>This document supplements the <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>
+<a href="../mod/mod_rewrite.html">reference documentation</a>. It
+describes the basic concepts necessary for use of
+<code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>. Other documents go into greater detail,
+but this doc should help the beginner get their feet wet.
+</p>
+</div>
+<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#introduction">Introduction</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#regex">Regular Expressions</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#rewriterule">RewriteRule basics</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#flags">Rewrite Flags</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#rewritecond">Rewrite conditions</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#rewritemap">Rewrite maps</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#htaccess">.htaccess files</a></li>
+</ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module
+documentation</a></li><li><a href="rewrite_tech.html">Technical details</a></li><li><a href="rewrite_guide.html">Practical solutions to common
+problems</a></li><li><a href="rewrite_guide_advanced.html">Practical solutions to
+advanced problems</a></li></ul></div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="introduction" id="introduction">Introduction</a></h2>
+<p>The Apache module <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> is a very powerful and
+sophisticated module which provides a way to do URL manipulations. With
+it, you can do nearly all types of URL rewriting that you may need. It
+is, however, somewhat complex, and may be intimidating to the beginner.
+There is also a tendency to treat rewrite rules as magic incantation,
+using them without actually understanding what they do.</p>
+
+<p>This document attempts to give sufficient background so that what
+follows is understood, rather than just copied blindly.
+</p>
+
+<p>Remember that many common URL-manipulation tasks don't require the
+full power and complexity of <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>. For simple
+tasks, see <code class="module"><a href="../mod/mod_alias.html">mod_alias</a></code> and the documentation
+on <a href="../urlmapping.html">mapping URLs to the
+filesystem</a>.</p>
+
+<p>Finally, before proceeding, be sure to configure
+the <code class="directive"><a href="../mod/mod_rewrite.html#rewritelog">RewriteLog</a></code>. Although
+this log file can give an overwhelming amount of information, it is
+indispensable in debugging problems with <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>
+configuration, since it will tell you exactly how each rule is
+processed.</p>
+
+<div class="note">
+<p>The RewriteLog directive cannot be used in .htaccess files, but can
+only be set in the main server configuration file.</p>
+</div>
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="regex" id="regex">Regular Expressions</a></h2>
+
+<p>mod_rewrite uses the <a href="http://pcre.org/">Perl Compatible
+Regular Expression</a> vocabulary. In this document, we do not attempt
+to provide a detailed reference to regular expressions. For that, we
+recommend the <a href="http://pcre.org/pcre.txt">PCRE man pages</a>, the
+<a href="http://perldoc.perl.org/perlre.html">Perl regular
+expression man page</a>, and <a href="http://www.oreilly.com/catalog/regex2/index.html">Mastering
+Regular Expressions, by Jeffrey Friedl</a>.</p>
+
+<p>In this document, we attempt to provide enough of a regex vocabulary
+to get you started, without being overwhelming, in the hope that
+<code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code>s will be scientific
+formulae, rather than magical incantations.</p>
+
+<h3><a name="regexvocab" id="regexvocab">Regex vocabulary</a></h3>
+
+<p>The following are the minimal building blocks you will need, in order
+to write regular expressions and <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code>s. They certainly do not
+represent a complete regular expression vocabulary, but they are a good
+place to start, and should help you read basic regular expressions, as
+well as write your own.</p>
+
+<table>
+<tr>
+<th>Character</th>
+<th>Meaning</th>
+<th>Example</th>
+</tr>
+
+<tr><td><code>.</code></td><td>Matches any single
+character</td><td><code>c.t</code> will match <code>cat</code>,
+<code>cot</code>, <code>cut</code>, etc.</td></tr>
+<tr><td><code>+</code></td><td>Repeats the previous match one or more
+times</td><td><code>a+</code> matches <code>a</code>, <code>aa</code>, 
+<code>aaa</code>, etc</td></tr>
+<tr><td><code>*</code></td><td>Repeats the previous match zero or more
+times.</td><td><code>a*</code> matches all the same things
+<code>a+</code> matches, but will also match an empty string.</td></tr>
+<tr><td><code>?</code></td><td>Makes the match optional.</td><td>
+<code>colou?r</code> will match <code>color</code> and <code>colour</code>.</td>
+</tr>
+<tr><td><code>^</code></td><td>Called an anchor, matches the beginning
+of the string</td><td><code>^a</code> matches a string that begins with
+<code>a</code></td></tr>
+<tr><td><code>$</code></td><td>The other anchor, this matches the end of
+the string.</td><td><code>a$</code> matches a string that ends with
+<code>a</code>.</td></tr>
+<tr><td><code>( )</code></td><td>Groups several characters into a single
+unit, and captures a match for use in a backreference.</td><td><code>(ab)+</code> 
+matches <code>ababab</code> - that is, the <code>+</code> applies to the group.
+For more on backreferences see <a href="#InternalBackRefs">below</a>.</td></tr>
+<tr><td><code>[ ]</code></td><td>A character class - matches one of the
+characters</td><td><code>c[uoa]t</code> matches <code>cut</code>,
+<code>cot</code> or <code>cat</code>.</td></tr>
+<tr><td><code>[^ ]</code></td><td>Negative character class - matches any character not specified</td><td><code>c[^/]t</code> matches <code>cat</code> or <code>c=t</code> but not <code>c/t</code></td></tr>
+</table>
+
+<p>In <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code> the <code>!</code> character can be
+used before a regular expression to negate it. This is, a string will
+be considered to have matched only if it does not match the rest of
+the expression.</p>
+
+
+
+<h3><a name="InternalBackRefs" id="InternalBackRefs">Regex Back-Reference Availability</a></h3>
+
+      <p>One important thing here has to be remembered: Whenever you
+      use parentheses in <em>Pattern</em> or in one of the
+      <em>CondPattern</em>, back-references are internally created
+      which can be used with the strings <code>$N</code> and
+      <code>%N</code> (see below). These are available for creating
+      the strings <em>Substitution</em> and <em>TestString</em>.
+      Figure 2 shows to which locations the back-references are
+      transferred for expansion.</p>
+
+<p class="figure">
+      <img src="../images/mod_rewrite_fig2.gif" width="381" height="179" alt="[Needs graphics capability to display]" /><br />
+      <dfn>Figure 2:</dfn> The back-reference flow through a rule.
+</p>
+
+
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="rewriterule" id="rewriterule">RewriteRule basics</a></h2>
+<p>A <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> consists
+of three arguments separated by spaces. The arguments are</p>
+<ol>
+<li><var>Pattern</var>: which incoming URLs should be affected by the rule;</li>
+<li><var>Substitution</var>: where should the matching requests be sent;</li>
+<li><var>[flags]</var>: options affecting the rewritten request.</li>
+</ol>
+
+<p>The <var>Pattern</var> is always a <a href="#regex">regular
+expression</a> matched against the URL-Path of the incoming request
+(the part after the hostname but before any question mark indicating
+the beginning of a query string).</p>
+
+<p>The <var>Substitution</var> can itself be one of three things:</p>
+
+<dl>
+<dt>A full filesystem path to a resource</dt>
+<dd>
+<div class="example"><p><code>
+RewriteRule ^/games.* /usr/local/games/web
+</code></p></div>
+<p>This maps a request to an arbitrary location on your filesystem, much
+like the <code class="directive"><a href="../mod/mod_alias.html#alias">Alias</a></code> directive.</p>
+</dd>
+
+<dt>A web-path to a resource</dt>
+<dd>
+<div class="example"><p><code>
+RewriteRule ^/foo$ /bar
+</code></p></div>
+<p>If <code class="directive"><a href="../mod/core.html#documentroot">DocumentRoot</a></code> is set
+to <code>/usr/local/apache2/htdocs</code>, then this directive would
+map requests for <code>http://example.com/foo</code> to the
+path <code>/usr/local/apache2/htdocs/bar</code>.</p>
+</dd>
+
+<dt>An absolute URL</dt>
+<dd>
+<div class="example"><p><code>
+RewriteRule ^/product/view$ http://site2.example.com/seeproduct.html [R]
+</code></p></div>
+<p>This tells the client to make a new request for the specified URL.</p>
+</dd>
+</dl>
+
+<p>The <var>Substitution</var> can also
+contain <em>back-references</em> to parts of the incoming URL-path
+matched by the <var>Pattern</var>. Consider the following:</p>
+<div class="example"><p><code>
+RewriteRule ^/product/(.*)/view$ /var/web/productdb/$1
+</code></p></div>
+<p>The variable <code>$1</code> will be replaced with whatever text
+was matched by the expression inside the parenthesis in
+the <var>Pattern</var>. For example, a request
+for <code>http://example.com/product/r14df/view</code> will be mapped
+to the path <code>/var/web/productdb/r14df</code>.</p>
+
+<p>If there is more than one expression in parenthesis, they are
+available in order in the
+variables <code>$1</code>, <code>$2</code>, <code>$3</code>, and so
+on.</p>
+
+
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="flags" id="flags">Rewrite Flags</a></h2>
+<p>The behavior of a <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> can be modified by the
+application of one or more flags to the end of the rule. For example, the
+matching behavior of a rule can be made case-insensitive by the
+application of the <code>[NC]</code> flag:
+</p>
+<div class="example"><p><code>
+RewriteRule ^puppy.html smalldog.html [NC]
+</code></p></div>
+
+<p>For more details on the available flags, their meanings, and
+examples, see the <a href="rewrite_flags.html">Rewrite Flags</a> document.</p>
+
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="rewritecond" id="rewritecond">Rewrite conditions</a></h2>
+<p>One or more <code class="directive"><a href="../mod/mod_rewrite.html#rewritecond">RewriteCond</a></code>
+directives can be used to restrict the types of requests that will be
+subject to the
+following <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code>. The
+first argument is a variable describing a characteristic of the
+request, the second argument is a <a href="#regex">regular
+expression</a> that must match the variable, and a third optional
+argument is a list of flags that modify how the match is evaluated.</p>
+
+<p>For example, to send all requests from a particular IP range to a
+different server, you could use:</p>
+<div class="example"><p><code>
+RewriteCond %{REMOTE_ADDR} ^10\.2\.<br />
+RewriteRule (.*) http://intranet.example.com$1
+</code></p></div>
+
+<p>When more than
+one <code class="directive"><a href="../mod/mod_rewrite.html#rewritecond">RewriteCond</a></code> is
+specified, they must all match for
+the <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> to be
+applied. For example, to deny requests that contain the word "hack" in
+their query string, except if they also contain a cookie containing
+the word "go", you could use:</p>
+<div class="example"><p><code>
+RewriteCond %{QUERY_STRING} hack<br />
+RewriteCond %{HTTP_COOKIE} !go<br />
+RewriteRule .* - [F]
+</code></p></div>
+<p>Notice that the exclamation mark specifies a negative match, so the rule is only applied if the cookie does not contain "go".</p>
+
+<p>Matches in the regular expressions contained in
+the <code class="directive"><a href="../mod/mod_rewrite.html#rewritecond">RewriteCond</a></code>s can be
+used as part of the <var>Substitution</var> in
+the <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code> using the
+variables <code>%1</code>, <code>%2</code>, etc. For example, this
+will direct the request to a different directory depending on the
+hostname used to access the site:</p>
+<div class="example"><p><code>
+RewriteCond %{HTTP_HOST} (.*)<br />
+RewriteRule ^/(.*) /sites/%1/$1
+</code></p></div>
+<p>If the request was for <code>http://example.com/foo/bar</code>,
+then <code>%1</code> would contain <code>example.com</code>
+and <code>$1</code> would contain <code>foo/bar</code>.</p>
+
+
+
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="rewritemap" id="rewritemap">Rewrite maps</a></h2>
+<p>See <code class="directive"><a href="../mod/mod_rewrite.html#rewritemap">RewriteMap</a></code>.</p>
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="htaccess" id="htaccess">.htaccess files</a></h2>
+
+<p>Rewriting is typically configured in the main server configuration
+setting (outside any <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code> section) or
+inside <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code>
+containers. This is the easiest way to do rewriting and is
+recommended. It is possible, however, to do rewriting
+inside <code class="directive"><a href="../mod/core.html#directory">&lt;Directory&gt;</a></code>
+sections or <a href="../howto/htaccess.html"><code>.htaccess</code>
+files</a> at the expense of some additional complexity. This technique
+is called per-directory rewrites.</p>
+
+<p>The main difference with per-server rewrites is that the path
+prefix of the directory containing the <code>.htaccess</code> file is
+stripped before matching in
+the <code class="directive"><a href="../mod/mod_rewrite.html#rewriterule">RewriteRule</a></code>. In addition, the <code class="directive"><a href="../mod/mod_rewrite.html#rewritebase">RewriteBase</a></code> should be used to assure the request is properly mapped.</p>
+
+</div></div>
+<div class="bottomlang">
+<p><span>Available Languages: </span><a href="../en/rewrite/intro.html" title="English">&nbsp;en&nbsp;</a> |
+<a href="../fr/rewrite/intro.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a></p>
+</div><div id="footer">
+<p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
+</body></html>
\ No newline at end of file

Copied: httpd/httpd/trunk/docs/manual/rewrite/intro.xml (from r831974, httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml)
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/intro.xml?p2=httpd/httpd/trunk/docs/manual/rewrite/intro.xml&p1=httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml&r1=831974&r2=832009&rev=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/intro.xml Mon Nov  2 18:31:08 2009
@@ -20,7 +20,7 @@
  limitations under the License.
 -->
 
-<manualpage metafile="rewrite_intro.xml.meta">
+<manualpage metafile="intro.xml.meta">
 <parentdocument href="./">Rewrite</parentdocument>
 
   <title>Apache mod_rewrite Introduction</title>

Copied: httpd/httpd/trunk/docs/manual/rewrite/intro.xml.fr (from r831974, httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml.fr)
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/intro.xml.fr?p2=httpd/httpd/trunk/docs/manual/rewrite/intro.xml.fr&p1=httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml.fr&r1=831974&r2=832009&rev=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewrite_intro.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/intro.xml.fr Mon Nov  2 18:31:08 2009
@@ -22,7 +22,7 @@
  limitations under the License.
 -->
 
-<manualpage metafile="rewrite_intro.xml.meta">
+<manualpage metafile="intro.xml.meta">
 <parentdocument href="./">Rewrite</parentdocument>
 
   <title>Introduction au module Apache mod_rewrite</title>

Added: httpd/httpd/trunk/docs/manual/rewrite/intro.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/intro.xml.meta?rev=832009&view=auto
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/intro.xml.meta (added)
+++ httpd/httpd/trunk/docs/manual/rewrite/intro.xml.meta Mon Nov  2 18:31:08 2009
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- GENERATED FROM XML: DO NOT EDIT -->
+
+<metafile>
+  <basename>intro</basename>
+  <path>/rewrite/</path>
+  <relpath>..</relpath>
+
+  <variants>
+    <variant>en</variant>
+    <variant>fr</variant>
+  </variants>
+</metafile>

Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.html.en?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.html.en Mon Nov  2 18:31:08 2009
@@ -61,7 +61,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#proxy-deny">Proxy Deny</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#external-rewriting">External Rewriting Engine</a></li>
 </ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module
-documentation</a></li><li><a href="rewrite_intro.html">mod_rewrite
+documentation</a></li><li><a href="intro.html">mod_rewrite
 introduction</a></li><li><a href="rewrite_guide_advanced.html">Advanced Rewrite Guide - advanced 
 useful examples</a></li><li><a href="rewrite_tech.html">Technical details</a></li></ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>

Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml Mon Nov  2 18:31:08 2009
@@ -47,7 +47,7 @@
   </summary>
 <seealso><a href="../mod/mod_rewrite.html">Module
 documentation</a></seealso>
-<seealso><a href="rewrite_intro.html">mod_rewrite
+<seealso><a href="intro.html">mod_rewrite
 introduction</a></seealso>
 <seealso><a href="rewrite_guide_advanced.html">Advanced Rewrite Guide - advanced 
 useful examples</a></seealso>

Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml.fr?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide.xml.fr Mon Nov  2 18:31:08 2009
@@ -51,7 +51,7 @@
 
   </summary>
 <seealso><a href="../mod/mod_rewrite.html">Documentation du module</a></seealso>
-<seealso><a href="rewrite_intro.html">Introduction &agrave; mod_rewrite</a></seealso>
+<seealso><a href="intro.html">Introduction &agrave; mod_rewrite</a></seealso>
 <seealso><a href="rewrite_guide_advanced.html">Guide de r&eacute;&eacute;criture
 avanc&eacute; - exemples utiles avanc&eacute;s</a></seealso>
 <seealso><a href="rewrite_tech.html">D&eacute;tails techniques</a></seealso>

Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.html.en?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.html.en Mon Nov  2 18:31:08 2009
@@ -60,7 +60,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#special-authentication">Special Authentication Variant</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#referer-deflector">Referer-based Deflector</a></li>
 </ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module
-documentation</a></li><li><a href="rewrite_intro.html">mod_rewrite
+documentation</a></li><li><a href="intro.html">mod_rewrite
 introduction</a></li><li><a href="rewrite_guide.html">Rewrite Guide - useful
 examples</a></li><li><a href="rewrite_tech.html">Technical details</a></li></ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>

Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.xml?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.xml Mon Nov  2 18:31:08 2009
@@ -47,7 +47,7 @@
   </summary>
 <seealso><a href="../mod/mod_rewrite.html">Module
 documentation</a></seealso>
-<seealso><a href="rewrite_intro.html">mod_rewrite
+<seealso><a href="intro.html">mod_rewrite
 introduction</a></seealso>
 <seealso><a href="rewrite_guide.html">Rewrite Guide - useful
 examples</a></seealso>

Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.xml.fr?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_guide_advanced.xml.fr Mon Nov  2 18:31:08 2009
@@ -52,7 +52,7 @@
   </summary>
 <seealso><a href="../mod/mod_rewrite.html">Documentation du
 module</a></seealso>
-<seealso><a href="rewrite_intro.html">Introduction &agrave;
+<seealso><a href="intro.html">Introduction &agrave;
 mod_rewrite</a></seealso>
 <seealso><a href="rewrite_guide.html">Guide de r&eacute;&eacute;criture - exemples
 utiles</a></seealso>

Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.html.en?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.html.en Mon Nov  2 18:31:08 2009
@@ -29,7 +29,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#InternalAPI">API Phases</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#InternalRuleset">Ruleset Processing</a></li>
 </ul><h3>See also</h3><ul class="seealso"><li><a href="../mod/mod_rewrite.html">Module
-documentation</a></li><li><a href="rewrite_intro.html">mod_rewrite
+documentation</a></li><li><a href="intro.html">mod_rewrite
 introduction</a></li><li><a href="rewrite_guide.html">Rewrite Guide - useful 
 examples</a></li><li><a href="rewrite_guide_advanced.html">Advanced Rewrite Guide -
 advanced useful examples</a></li></ul></div>

Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.xml?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.xml Mon Nov  2 18:31:08 2009
@@ -31,7 +31,7 @@
 </summary>
 <seealso><a href="../mod/mod_rewrite.html">Module
 documentation</a></seealso>
-<seealso><a href="rewrite_intro.html">mod_rewrite
+<seealso><a href="intro.html">mod_rewrite
 introduction</a></seealso>
 <seealso><a href="rewrite_guide.html">Rewrite Guide - useful 
 examples</a></seealso>

Modified: httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.xml.fr?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/rewrite_tech.xml.fr Mon Nov  2 18:31:08 2009
@@ -32,7 +32,7 @@
 module mod_rewrite et de la mise en correspondance des URLs</p>
 </summary>
 <seealso><a href="../mod/mod_rewrite.html">Documentation du module</a></seealso>
-<seealso><a href="rewrite_intro.html">Introduction &agrave; mod_rewrite</a></seealso>
+<seealso><a href="intro.html">Introduction &agrave; mod_rewrite</a></seealso>
 <seealso><a href="rewrite_guide.html">Guide de r&eacute;&eacute;criture - exemples
 utiles</a></seealso>
 <seealso><a href="rewrite_guide_advanced.html">Guide de r&eacute;&eacute;criture

Modified: httpd/httpd/trunk/docs/manual/sitemap.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sitemap.html.en?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sitemap.html.en (original)
+++ httpd/httpd/trunk/docs/manual/sitemap.html.en Mon Nov  2 18:31:08 2009
@@ -96,7 +96,7 @@
 <ul><li class="separate"><a href="rewrite/">Overview</a></li>
 <li><a href="mod/mod_rewrite.html">mod_rewrite reference
 documentation</a></li>
-<li><a href="rewrite/rewrite_intro.html">Introduction</a></li>
+<li><a href="rewrite/intro.html">Introduction</a></li>
 <li><a href="rewrite/rewrite_flags.html">Flags</a></li>
 <li><a href="rewrite/rewrite_tech.html">Technical details</a></li>
 <li><a href="rewrite/rewrite_guide.html">Rewrite Guide - useful examples</a></li>

Modified: httpd/httpd/trunk/docs/manual/sitemap.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sitemap.html.fr?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sitemap.html.fr (original)
+++ httpd/httpd/trunk/docs/manual/sitemap.html.fr Mon Nov  2 18:31:08 2009
@@ -101,7 +101,7 @@
 <div class="section"><h2><a name="rewrite" id="rewrite">Guide de réécriture d'URLs</a></h2>
 <ul><li class="separate"><a href="rewrite/">Survol</a></li>
 <li><a href="mod/mod_rewrite.html">Documentation de référence de mod_rewrite</a></li>
-<li><a href="rewrite/rewrite_intro.html">Introduction</a></li>
+<li><a href="rewrite/intro.html">Introduction</a></li>
 <li><a href="rewrite/rewrite_flags.html">Drapeaux</a></li>
 <li><a href="rewrite/rewrite_tech.html">Détails techniques</a></li>
 <li><a href="rewrite/rewrite_guide.html">Guide de réécriture - exemples utiles</a></li>
@@ -311,4 +311,4 @@
 </div><div id="footer">
 <p class="apache">Copyright 2009 The Apache Software Foundation.<br />Autorisé sous <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossaire</a> | <a href="./sitemap.html">Plan du site</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/httpd/trunk/docs/manual/sitemap.html.tr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sitemap.html.tr.utf8?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sitemap.html.tr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/sitemap.html.tr.utf8 [utf-8] Mon Nov  2 18:31:08 2009
@@ -94,7 +94,7 @@
 <div class="section"><h2><a name="rewrite" id="rewrite">URL’lerin Yeniden Yazılması</a></h2>
 <ul><li class="separate"><a href="rewrite/">Genel Bakış</a></li>
 <li><a href="mod/mod_rewrite.html">mod_rewrite Başvuru Belgesi</a></li>
-<li><a href="rewrite/rewrite_intro.html">Giriş</a></li>
+<li><a href="rewrite/intro.html">Giriş</a></li>
 <li><a href="rewrite/rewrite_flags.html">Seçenekler</a></li>
 <li><a href="rewrite/rewrite_tech.html">Teknik Ayrıntılar</a></li>
 <li><a href="rewrite/rewrite_guide.html">Yeniden Yazma Rehberi - yararlı örnekler</a></li>
@@ -290,4 +290,4 @@
 </div><div id="footer">
 <p class="apache">Copyright 2009 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p>
 <p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="./faq/">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/httpd/trunk/docs/manual/sitemap.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sitemap.xml?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sitemap.xml (original)
+++ httpd/httpd/trunk/docs/manual/sitemap.xml Mon Nov  2 18:31:08 2009
@@ -81,7 +81,7 @@
 <page separate="yes" href="rewrite/">Overview</page>
 <page href="mod/mod_rewrite.html">mod_rewrite reference
 documentation</page>
-<page href="rewrite/rewrite_intro.html">Introduction</page>
+<page href="rewrite/intro.html">Introduction</page>
 <page href="rewrite/rewrite_flags.html">Flags</page>
 <page href="rewrite/rewrite_tech.html">Technical details</page>
 <page href="rewrite/rewrite_guide.html">Rewrite Guide - useful examples</page>

Modified: httpd/httpd/trunk/docs/manual/sitemap.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sitemap.xml.fr?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sitemap.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/sitemap.xml.fr Mon Nov  2 18:31:08 2009
@@ -89,7 +89,7 @@
 <title>Guide de r&eacute;&eacute;criture d'URLs</title>
 <page separate="yes" href="rewrite/">Survol</page>
 <page href="mod/mod_rewrite.html">Documentation de r&eacute;f&eacute;rence de mod_rewrite</page>
-<page href="rewrite/rewrite_intro.html">Introduction</page>
+<page href="rewrite/intro.html">Introduction</page>
 <page href="rewrite/rewrite_flags.html">Drapeaux</page>
 <page href="rewrite/rewrite_tech.html">D&eacute;tails techniques</page>
 <page href="rewrite/rewrite_guide.html">Guide de r&eacute;&eacute;criture - exemples utiles</page>

Modified: httpd/httpd/trunk/docs/manual/sitemap.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/sitemap.xml.tr?rev=832009&r1=832008&r2=832009&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/sitemap.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/sitemap.xml.tr [utf-8] Mon Nov  2 18:31:08 2009
@@ -83,7 +83,7 @@
 <title>URL’lerin Yeniden Yazılması</title>
 <page separate="yes" href="rewrite/">Genel Bakış</page>
 <page href="mod/mod_rewrite.html">mod_rewrite Başvuru Belgesi</page>
-<page href="rewrite/rewrite_intro.html">Giriş</page>
+<page href="rewrite/intro.html">Giriş</page>
 <page href="rewrite/rewrite_flags.html">Seçenekler</page>
 <page href="rewrite/rewrite_tech.html">Teknik Ayrıntılar</page>
 <page href="rewrite/rewrite_guide.html">Yeniden Yazma Rehberi - yararlı örnekler</page>