diff options
author | Daniel Gruno <humbedooh@apache.org> | 2012-05-05 08:36:35 +0200 |
---|---|---|
committer | Daniel Gruno <humbedooh@apache.org> | 2012-05-05 08:36:35 +0200 |
commit | 58056db10a7f28b172b87479a9d06933b3c759fd (patch) | |
tree | 20281309d3a41fa79302848561f22809591ef01f /docs/manual/rewrite/remapping.xml | |
parent | xforms (diff) | |
download | apache2-58056db10a7f28b172b87479a9d06933b3c759fd.tar.xz apache2-58056db10a7f28b172b87479a9d06933b3c759fd.zip |
Fix a whitespace issue
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1334323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/manual/rewrite/remapping.xml | 2 |
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 |