summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_userdir.html
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-05-20 14:13:00 +0000
committerKen Coar <coar@apache.org>1998-05-20 14:13:00 +0000
commit38d73313a919b4870d0672336c157c39da1c120b (patch)
tree2c82e73cb97307b226c923831f684394dc08cd52 /docs/manual/mod/mod_userdir.html
parentd32d995726d5fb7f69242405ff92aab0ccf9ba1d (diff)
downloadhttpd-38d73313a919b4870d0672336c157c39da1c120b.tar.gz
Some of my semi-regular HTML cleanup (tag ordering, B/I
replacement) and long-line (>80) shortening. No thirty.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81320 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_userdir.html')
-rw-r--r--docs/manual/mod/mod_userdir.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_userdir.html b/docs/manual/mod/mod_userdir.html
index 8b7b36308c..570b1b042a 100644
--- a/docs/manual/mod/mod_userdir.html
+++ b/docs/manual/mod/mod_userdir.html
@@ -25,7 +25,7 @@ is compiled in by default. It provides for user-specific directories.
<HR>
-<H2><A name="userdir">UserDir</A></H2>
+<H2><A NAME="userdir">UserDir</A></H2>
<!--%plaintext &lt;?INDEX {\tt UserDir} directive&gt; -->
<A
HREF="directive-dict.html#Syntax"
@@ -90,9 +90,9 @@ UserDir /home/*/www -&gt; /home/bob/www/one/two.html
</PRE>
The following directives will send redirects to the client:
<PRE>
-UserDir http://www.foo.com/users -&gt; http//www.foo.com/users/bob/one/two.html
-UserDir http://www.foo.com/*/usr -&gt; http://www.foo.com/bob/usr/one/two.html
-UserDir http://www.foo.com/~*/ -&gt; http://www.foo.com/~bob/one/two.html
+UserDir http://www.foo.com/users -&gt; http://www.foo.com/users/bob/one/two.html
+UserDir http://www.foo.com/*/usr -&gt; http://www.foo.com/bob/usr/one/two.html
+UserDir http://www.foo.com/~*/ -&gt; http://www.foo.com/~bob/one/two.html
</PRE>
</P>
<BLOCKQUOTE>