You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by co...@apache.org on 1999/03/25 16:25:17 UTC

Re: os-windows/4121: Aliases

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]


Synopsis: Aliases

Comment-Added-By: coar
Comment-Added-When: Thu Mar 25 07:25:16 PST 1999
Comment-Added:

This isn't the cause of the problem, but your Alias directives
need to preserve parity wrt terminal '/' characters.  In
other words, you need to change

 Alias /files/ "F:/VV_Word"

to

 Alias /files/ "F:/VV_Word/"
Category-Changed-From-To: mod_alias-os-windows
Category-Changed-By: coar
Category-Changed-When: Thu Mar 25 07:25:16 PST 1999