On Jun 3, Mark Sapiro wrote:
> Eli Barzilay wrote:
>
> >That's easy:
> >
> > ScriptAliasMatch "^/([a-z-]+/)([a-z]+)(/?.*)$" \
> > "/usr/lib/mailman/cgi-bin/$2/$1$3"
> >
> >Or replace that "[a-z]+" with "admin|admindb|confirm|...".
>
> Yes, although I think that
>
> ScriptAliasMatch "^/mai
Eli Barzilay wrote:
>On Jun 3, Mark Sapiro wrote:
>> Eli Barzilay wrote:
>>
>> >Is there a way to change mailing list URLs from
>> > ...something...//
>> >to
>> > ...something...//
>> >?
>>
>> [...]
>>
>> If you could figure out a way within Apache to redirect URLs of the form
>>
>> ...so
On Jun 3, Mark Sapiro wrote:
> Eli Barzilay wrote:
>
> >Is there a way to change mailing list URLs from
> > ...something...//
> >to
> > ...something...//
> >?
>
> [...]
>
> If you could figure out a way within Apache to redirect URLs of the form
>
> ...something...//
>
> to
>
> ...some
Eli Barzilay wrote:
>Is there a way to change mailing list URLs from
>
> ...something...//
>
>to
>
> ...something...//
>
>?
>
>Hopefully also with making `listinfo' be the default verb so that
>...something.../ is just that page.
>
>(I can obviously do that in the apache configuration, but the
>
Is there a way to change mailing list URLs from
...something...//
to
...something...//
?
Hopefully also with making `listinfo' be the default verb so that
...something.../ is just that page.
(I can obviously do that in the apache configuration, but the
generated urls are still what mailma