1
0
mirror of https://github.com/apache/httpd.git synced 2025-12-24 15:01:03 +03:00

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
This commit is contained in:
Marc Slemko
1997-02-25 03:57:48 +00:00
parent d1d37fb357
commit ada4999754

View 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" -->