You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Marc Slemko <ma...@hyperreal.com> on 1997/02/25 04:57:49 UTC

cvs commit: apache/htdocs/manual/mod mod_userdir.html

marc        97/02/24 19:57:49

  Modified:    htdocs/manual/mod  mod_userdir.html
  Log:
  Add a reasonably often used UserDir example that can be non-intuitive,
  especially since 1.1 needs the trailing slash.
  
  Revision  Changes    Path
  1.4       +1 -0      apache/htdocs/manual/mod/mod_userdir.html
  
  Index: mod_userdir.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_userdir.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -C3 -r1.3 -r1.4
  *** mod_userdir.html	1996/12/01 06:44:40	1.3
  --- mod_userdir.html	1997/02/25 03:57:48	1.4
  ***************
  *** 43,48 ****
  --- 43,49 ----
    <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" -->