Mladen Turk said:
> David Thielen wrote:
>>
>> The url www.windward.net/forums fails while www.windward.net/forums/
>> succeeds.
>>
>> My uriworkermap has:
>>
>> /forums/*=ajp13w
>>
>
> try:
> /forums|/*=ajp13w
>
> This will actually create two maps:
> /forums=ajp13w
> /forums/*=ajp13w
>
> Regards,
> Mladen.

More likely: Misconfigured Apache, ServerName isn't set properly, URLs
pointing to directories without a trailing slash result in a redirection
URL based on the ServerName in Apache.

Joost


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to