]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a whitespace issue
authorDaniel Gruno <humbedooh@apache.org>
Sat, 5 May 2012 06:36:35 +0000 (06:36 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 5 May 2012 06:36:35 +0000 (06:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334323 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/remapping.xml

index 948efd587b57ae7604a7873c6993c503318ce542..a3df2ce1bf72985c12a477dbd55c92026b6f5086 100644 (file)
@@ -551,7 +551,7 @@ using the following ruleset:</p>
 
 <highlight language="config">
 RewriteEngine on
-RewriteRule   <strong>^/$</strong>  /about/  [<strong>R</strong>]
+RewriteRule   ^/$  /about/  [<strong>R</strong>]
 </highlight>
 
 <p>Note that this can also be handled using the <directive