
lgentis at apache
Nov 7, 2009, 9:45 AM
Post #1 of 1
(149 views)
Permalink
|
|
svn commit: r833722 - /httpd/httpd/trunk/docs/manual/rewrite/intro.xml.fr
|
|
Author: lgentis Date: Sat Nov 7 17:45:55 2009 New Revision: 833722 URL: http://svn.apache.org/viewvc?rev=833722&view=rev Log: Update. Modified: httpd/httpd/trunk/docs/manual/rewrite/intro.xml.fr Modified: httpd/httpd/trunk/docs/manual/rewrite/intro.xml.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/intro.xml.fr?rev=833722&r1=833721&r2=833722&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/rewrite/intro.xml.fr (original) +++ httpd/httpd/trunk/docs/manual/rewrite/intro.xml.fr Sat Nov 7 17:45:55 2009 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?> -<!-- English Revision : 815946 --> +<!-- English Revision : 833139 --> <!-- French translation : Lucien GENTIS --> <!-- Reviewed by : Vincent Deffontaines --> @@ -39,12 +39,13 @@ </summary> <seealso><a href="../mod/mod_rewrite.html">Documentation du -module</a></seealso> -<seealso><a href="tech.html">Détails techniques</a></seealso> -<seealso><a href="rewrite_guide.html">Solutions pratiques aux problèmes -courants</a></seealso> -<seealso><a href="rewrite_guide_advanced.html">Solutions pratiques aux -problèmes plus complexes</a></seealso> +module mod_rewrite</a></seealso> +<!-- <seealso><a href="intro.html">Introduction à mod_rewrite</a></seealso> --> +<seealso><a href="remapping.html">Redirection and remise en +correspondance</a></seealso> +<seealso><a href="access.html">Contrôle d'accès</a></seealso> +<seealso><a href="advanced.html">Techniques avancées et conseils</a></seealso> +<seealso><a href="avoid.html">Quand ne pas utiliser mod_rewrite</a></seealso> <section id="introduction"><title>Introduction</title> <p>Le module Apache <module>mod_rewrite</module> est un module puissant
|