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

manual rebuild (this file is affected by the commentary test)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Gruno
2012-05-05 06:41:20 +00:00
parent 58056db10a
commit 3df43f9e95

View File

@@ -570,7 +570,7 @@ using the following ruleset:</p>
<pre class="prettyprint lang-config">
RewriteEngine on
RewriteRule <strong>^/$</strong> /about/ [<strong>R</strong>]
RewriteRule ^/$ /about/ [<strong>R</strong>]
</pre>