https://issues.apache.org/bugzilla/show_bug.cgi?id=50545
--- Comment #4 from Rich Bowen <[email protected]> 2011-01-05 15:03:56 EST --- Applying the following: Index: mod_alias.xml =================================================================== --- mod_alias.xml (revision 1055609) +++ mod_alias.xml (working copy) @@ -127,7 +127,10 @@ <dl><dd><code>Alias /icons/ /usr/local/apache/icons/</code></dd></dl> - <p>then the url <code>/icons</code> will not be aliased.</p> + <p>then the url <code>/icons</code> will not be aliased, as it lacks + that trailing /. Likewise, if you omit the slash on the + <var>url-path</var> then you must also omit it from the + <var>file-path</var>.</p> <p>Note that you may need to specify additional <directive type="section" module="core">Directory</directive> sections which -- 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]
