From 81e8af855c8b02c0af54cbdb3dc06830d21791e8 Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Sat, 27 Nov 2010 16:17:41 +0000 Subject: [PATCH] Updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039703 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml.fr | 2 +- docs/manual/mod/mod_dir.xml.fr | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.xml.fr b/docs/manual/mod/core.xml.fr index 03e6b43db3..ca37b2f2bf 100644 --- a/docs/manual/mod/core.xml.fr +++ b/docs/manual/mod/core.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/mod_dir.xml.fr b/docs/manual/mod/mod_dir.xml.fr index 7e1d80d147..8085b06f7e 100644 --- a/docs/manual/mod/mod_dir.xml.fr +++ b/docs/manual/mod/mod_dir.xml.fr @@ -1,7 +1,7 @@ - + @@ -213,6 +213,18 @@ aucun fichier

Les fichiers existants comme des images, des fichiers css, etc... seront traités normalement.

+

Pour un URI intermédiaire tel que + http://example.com/blog/, cet URI intermédiaire doit être + spécifié en tant que url-locale :

+ + + <Directory /web/example.com/htdocs/blog>
+ + FallbackResource /blog/index.php
+
+ </Directory> +
+
-- 2.40.0