1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

old/new -> foo/bar in example, so it matches the description (and the following examples)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1363234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Gruno
2012-07-19 06:28:01 +00:00
parent fb2066579f
commit 22326658b3

View File

@@ -73,7 +73,7 @@ configuration.</note>
<highlight language="config">
RewriteEngine on
RewriteRule ^<strong>/old</strong>\.html$ <strong>/new</strong>.html [PT]
RewriteRule ^<strong>/foo</strong>\.html$ <strong>/bar</strong>.html [PT]
</highlight>
</dd>
</dl>