Hi,
  After a colleague at work was struggling with the Redirect directive,
I realized that the docs could be a bit clearer.  I prepared a small
patch, but didn't want to commit myself simply because I'm not 100% sure
of the patch-xml/ant/html processes for committing doc patches.

This is against httpd-2.2.13 (should patch fine to trunk, too).

  Issac
Index: manual/mod/mod_alias.xml
===================================================================
--- manual/mod/mod_alias.xml    (revision 800376)
+++ manual/mod/mod_alias.xml    (working copy)
@@ -214,7 +214,8 @@
 
     <p>Then any request beginning with <em>URL-Path</em> will return a
     redirect request to the client at the location of the target
-    <em>URL</em>.  Additional path information beyond the matched
+    <em>URL</em>.  If <em>URL-Path</em> ends with a trailing slash,
+    then additional path information beyond the matched
     <em>URL-Path</em> will be appended to the target URL.</p>
 
     <example><title>Example:</title>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to