From: Rich Bowen This maps a request to an arbitrary location on your filesystem, much
like the If
RewriteRule "^/games" "/usr/local/games/web"
+RewriteRule "^/games" "/usr/local/games/web/puzzles.html"
Alias
directive.Alias
RewriteRule "^/foo/?$" "/bar"
+RewriteRule "^/games$" "/puzzles.html"
DocumentRoot
is set
to /usr/local/apache2/htdocs
, then this directive would
-map requests for http://example.com/foo
to the
-path /usr/local/apache2/htdocs/bar
.http://example.com/games
to the
+path /usr/local/apache2/htdocs/puzzles.html
.
Ce document est un complément à la documentation de référence du module
mod_rewrite
. Il décrit les concepts de base dont la
diff --git a/docs/manual/rewrite/intro.xml.fr b/docs/manual/rewrite/intro.xml.fr
index 869a9d719b6..fba1bf582a1 100644
--- a/docs/manual/rewrite/intro.xml.fr
+++ b/docs/manual/rewrite/intro.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/rewrite/intro.xml.meta b/docs/manual/rewrite/intro.xml.meta
index 5aaac0fc867..ce245b2841c 100644
--- a/docs/manual/rewrite/intro.xml.meta
+++ b/docs/manual/rewrite/intro.xml.meta
@@ -8,6 +8,6 @@