Re: [Mailman-Users] Changing mailing list URLs

2010-06-05 Thread Eli Barzilay
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

Re: [Mailman-Users] Changing mailing list URLs

2010-06-03 Thread Mark Sapiro
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

Re: [Mailman-Users] Changing mailing list URLs

2010-06-03 Thread Eli Barzilay
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

Re: [Mailman-Users] Changing mailing list URLs

2010-06-03 Thread Mark Sapiro
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 >

[Mailman-Users] Changing mailing list URLs

2010-06-03 Thread Eli Barzilay
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