Commit ab6b1a8e authored by Marc Slemko's avatar Marc Slemko
Browse files

Add a reasonably often used UserDir example that can be non-intuitive,

especially since 1.1 needs the trailing slash.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77681 13f79535-47bb-0310-9956-ffa450edef68
parent 14a74179
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ The following directives will send redirects to the client:
<pre>
UserDir http://www.foo.com/users   -> http//www.foo.com/users/bob/one/two.html
UserDir http://www.foo.com/*/usr   -> http://www.foo.com/bob/usr/one/two.html
UserDir http://www.foo.com/~*/     -> http://www.foo.com/~bob/one/two.html
</pre>

<!--#include virtual="footer.html" -->