From: Rich Bowen Date: Thu, 12 Jan 2023 15:48:27 +0000 (+0000) Subject: Rebuild doc X-Git-Tag: 2.5.0-alpha2-ci-test-only~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c54fb752358058174bb37bd00b536e480e58946b;p=thirdparty%2Fapache%2Fhttpd.git Rebuild doc git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906640 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/intro.html.en.utf8 b/docs/manual/rewrite/intro.html.en.utf8 index 466340073b9..edb26fbdd12 100644 --- a/docs/manual/rewrite/intro.html.en.utf8 +++ b/docs/manual/rewrite/intro.html.en.utf8 @@ -233,7 +233,7 @@ value.
1. A full filesystem path to a resource
-
RewriteRule "^/games" "/usr/local/games/web"
+
RewriteRule "^/games" "/usr/local/games/web/puzzles.html"

This maps a request to an arbitrary location on your filesystem, much like the Alias directive.

@@ -241,12 +241,12 @@ like the Alias
2. A web-path to a resource
-
RewriteRule "^/foo/?$" "/bar"
+
RewriteRule "^/games$" "/puzzles.html"

If 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.

+map requests for http://example.com/games to the +path /usr/local/apache2/htdocs/puzzles.html.

diff --git a/docs/manual/rewrite/intro.xml.fr b/docs/manual/rewrite/intro.xml.fr index d70c6878def..8a6aa368787 100644 --- a/docs/manual/rewrite/intro.xml.fr +++ b/docs/manual/rewrite/intro.xml.fr @@ -1,7 +1,7 @@ - +