]> granicus.if.org Git - apache/commitdiff
manual rebuild (this file is affected by the commentary test)
authorDaniel Gruno <humbedooh@apache.org>
Sat, 5 May 2012 06:41:20 +0000 (06:41 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 5 May 2012 06:41:20 +0000 (06:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334325 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/remapping.html.en

index 43fc88a544447cf59c9a13597fe7d40124a9fdc7..f9add9274288ab81da69038972ecfa13dc4f87fa 100644 (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>