pepper 01/03/11 16:10:08
Modified: htdocs/manual urlmapping.html
Log:
Fixed a couple <code> tags.
Fixed a link to mod_speling.html.
Revision Changes Path
1.2 +3 -3 httpd-docs-1.3/htdocs/manual/urlmapping.html
Index: urlmapping.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/urlmapping.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- urlmapping.html 2001/02/17 05:22:44 1.1
+++ urlmapping.html 2001/03/12 00:10:06 1.2
@@ -95,7 +95,7 @@
space. For example, with</p>
<blockquote><code>Alias /docs /var/web/
-</blockquote></code>
+</code></blockquote>
<p>the URL <code>http://www.example.com/docs/dir/file.html</code> will
be served from <code>/var/web/dir/file.html</code>. The <a
@@ -135,7 +135,7 @@
files will be located. Using the default setting of <code>Userdir
public_html</code>, the above URL would look for a file at a directory
like <code>/home/user/public_html/file.html</code> where the
-</code>/home/user/</code> is the user's home directory as specified in
+<code>/home/user/</code> is the user's home directory as specified in
<code>/etc/passwd</code>.</p>
<p>There are also several other forms of the <code>Userdir</code>
@@ -223,7 +223,7 @@
<p>Another common cause of "File Not Found" errors is accidental
mistyping of URLs, either directly in the browser, or in HTML links.
-Apache provides the module <a href="mod/mod_speling">mod_speling</a>
+Apache provides the module <a href="mod/mod_speling.html">mod_speling</a>
(sic) to help with this problem. When this module is activated, it
will intercept "File Not Found" errors and look for a resource with a
similar filename. If one such file is found, mod_speling will send an
---------------------------------------------------------------------
To unsubscribe, e-mail: apache-docs-unsubscribe@apache.org
For additional commands, e-mail: apache-docs-help@apache.org
|