]> granicus.if.org Git - apache/commitdiff
Add a reasonably often used UserDir example that can be non-intuitive,
authorMarc Slemko <marc@apache.org>
Tue, 25 Feb 1997 03:57:48 +0000 (03:57 +0000)
committerMarc Slemko <marc@apache.org>
Tue, 25 Feb 1997 03:57:48 +0000 (03:57 +0000)
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

docs/manual/mod/mod_userdir.html

index 27bf9c99e57cb6575da39fc3fa4253021f8dbaa7..91e996ead08516158a3b77b4226935e2c5cfcff5 100644 (file)
@@ -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" -->