You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Tom Tromey <tr...@creche.cygnus.com> on 1996/10/03 19:21:13 UTC

another bad example

There's another bad example in mod_userdir.html; I missed it the first
time through.  Patch appended.

Is there some other place I should send HTML patches?  I probably
won't be sending very many (I hope).

Tom
-- 
tromey@cygnus.com                 Member, League for Programming Freedom

Index: mod_userdir.html
===================================================================
RCS file: /rel/cvsfiles/devo/apache/doc/mod_userdir.html,v
retrieving revision 1.5
diff -c -5 -r1.5 mod_userdir.html
*** mod_userdir.html	1996/09/30 20:40:21	1.5
--- mod_userdir.html	1996/10/03 17:17:56
***************
*** 40,50 ****
  UserDir /home/*/www     -> /home/bar/www/one/two.html
  </pre>
  The following directives will send redirects to the client:
  <pre>
  UserDir http://www.x.com/users   -> http//www.x.com/users/bar/one/two.html
! UserDir http://www.x.com/*/y     -> http://www.x.com/y/one/two.html
  </pre>
  <!--%hypertext -->
  <hr>
  <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
--- 40,50 ----
  UserDir /home/*/www     -> /home/bar/www/one/two.html
  </pre>
  The following directives will send redirects to the client:
  <pre>
  UserDir http://www.x.com/users   -> http//www.x.com/users/bar/one/two.html
! UserDir http://www.x.com/*/y     -> http://www.x.com/bar/y/one/two.html
  </pre>
  <!--%hypertext -->
  <hr>
  <A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
  <A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>