https://issues.apache.org/bugzilla/show_bug.cgi?id=50545
Summary: mod_alias trailing slashes
Product: Apache httpd-2
Version: 2.2.17
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
AssignedTo: [email protected]
ReportedBy: [email protected]
The current mod_alias documentation says the following:
http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias
.......
Note that if you include a trailing / on the url-path then the server will
require a trailing / in order to expand the alias. That is, if you use
Alias /icons/ /usr/local/apache/icons/
then the url /icons will not be aliased.
.......
Can I suggest the following text be added?
.......
In both the alias locations, the trailing slash is very important - so
regardless of you having a trailing slash in your alias*, you must also have
one after the full path.
.......
Thanks.
~Travis Sidelinger
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]