summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>1997-05-07 19:24:36 +0000
committerdgaudet <dgaudet@unknown>1997-05-07 19:24:36 +0000
commit1315e7cc11d615f055601d8235438561b4eee5e4 (patch)
treee1a20e40a47c879d3a9e224d6e6f677601ec49e2
parentad1aef1091d4f7fafc26e572f57ee775cddfcaed (diff)
downloadhttpd-1315e7cc11d615f055601d8235438561b4eee5e4.tar.gz
More clarification for PR#521.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78119 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_alias.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_alias.html b/docs/manual/mod/mod_alias.html
index f2e84a1d57..5e2bc92980 100644
--- a/docs/manual/mod/mod_alias.html
+++ b/docs/manual/mod/mod_alias.html
@@ -39,6 +39,12 @@ Example:
<blockquote><code>Alias /image /ftp/pub/image</code></blockquote>
A request for http://myserver/image/foo.gif would cause the server to
return the file /ftp/pub/image/foo.gif.<p>
+
+Note that if you include a trailing / on the <em>url-path</em> then the
+server will require a trailing / in order to expand the alias. That is,
+if you use <code>Alias /icons/ /usr/local/etc/httpd/icons/</code> then
+the url <code>/icons</code> will not be aliased.<p>
+
See also <A HREF="#scriptalias">ScriptAlias</A>.<p><hr>
<A name="redirect"><h2>Redirect</h2></A>