summaryrefslogtreecommitdiffstats
path: root/docs/manual/rewrite/remapping.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/manual/rewrite/remapping.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml
index 948efd587b..a3df2ce1bf 100644
--- a/docs/manual/rewrite/remapping.xml
+++ b/docs/manual/rewrite/remapping.xml
@@ -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