summaryrefslogtreecommitdiff
path: root/docs/manual/rewrite
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2023-01-11 20:14:52 +0000
committerRich Bowen <rbowen@apache.org>2023-01-11 20:14:52 +0000
commit5b3f75316ef8fc866286e0d84add4191d7a6c17b (patch)
treeb9189bc9492d8acc2994cd032640fff5c10be2d5 /docs/manual/rewrite
parente9bb17db2397a6cbb1f070955650398d41762ed0 (diff)
downloadhttpd-5b3f75316ef8fc866286e0d84add4191d7a6c17b.tar.gz
rebuild doc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1906619 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/rewrite')
-rw-r--r--docs/manual/rewrite/intro.html.en2
-rw-r--r--docs/manual/rewrite/intro.xml.fr2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/rewrite/intro.html.en b/docs/manual/rewrite/intro.html.en
index 5b21389d35..484b8d2772 100644
--- a/docs/manual/rewrite/intro.html.en
+++ b/docs/manual/rewrite/intro.html.en
@@ -203,7 +203,7 @@ like the <code class="directive"><a href="../mod/mod_alias.html#alias">Alias</a>
<dt>2. A web-path to a resource</dt>
<dd>
<div class="example"><p><code>
-RewriteRule ^/foo$ /bar
+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
diff --git a/docs/manual/rewrite/intro.xml.fr b/docs/manual/rewrite/intro.xml.fr
index d045d99645..49c6389d4c 100644
--- a/docs/manual/rewrite/intro.xml.fr
+++ b/docs/manual/rewrite/intro.xml.fr
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1365932:1906615 (outdated) -->
+<!-- English Revision: 1365932:1906618 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->