Commit ca6c38ef authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Hmmm, two answers for the price of one.  Add the trailing-slash
  caviat to the docs.  Now to backport this better explanation to 1.3.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89105 13f79535-47bb-0310-9956-ffa450edef68
parent 20c7ceb0
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -464,7 +464,9 @@ ServerSignature On
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL.  So "/icons" isn't aliased in this
# example, only "/icons/"..
# example, only "/icons/".  If the fakename is slash-terminated, then the 
# realname must also be slash terminated, and if the fakename omits the trailing 
# slash, the realname must also omit it.
#
Alias /icons/ "@@ServerRoot@@/icons/"

+3 −1
Original line number Diff line number Diff line
@@ -406,7 +406,9 @@ ServerSignature On
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL.  So "/icons" isn't aliased in this
# example, only "/icons/"..
# example, only "/icons/".  If the fakename is slash-terminated, then the 
# realname must also be slash terminated, and if the fakename omits the trailing 
# slash, the realname must also omit it.
#
Alias /icons/ "@@ServerRoot@@/icons/"