From: Marc Slemko Date: Tue, 25 Feb 1997 03:57:48 +0000 (+0000) Subject: Add a reasonably often used UserDir example that can be non-intuitive, X-Git-Tag: APACHE_1_2b8~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ada499975410d66fed24d12822d95db7546822a0;p=apache 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 --- diff --git a/docs/manual/mod/mod_userdir.html b/docs/manual/mod/mod_userdir.html index 27bf9c99e5..91e996ead0 100644 --- a/docs/manual/mod/mod_userdir.html +++ b/docs/manual/mod/mod_userdir.html @@ -43,6 +43,7 @@ The following directives will send redirects to the client:
 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