Briefly mention UserDir's url redirection abilities
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@658535
13f79535-47bb-0310-9956-
ffa450edef68
<code>/var/html/rbowen/file.html</code></p>
</section>
+
+ <section id="redirect">
+ <title>Redirecting to external URLs</title>
+ <p>The <directive module="mod_userdir">UserDir</directive> directive can be
+ used to redirect user directory requests to external URLs.</p>
+
+ <example>
+ UserDir http://www.foo.com/users/*/
+ </example>
+
+ <p>The above example will redirect a request for
+ <code>http://example.com/~bob/abc.html</code> to
+ <code>http://www.foo.com/users/bob/abc.html</code>.</p>
+ </section>
<section id="enable">
<title>Restricting what users are permitted to use this