[Mailman-Users] Different URL PATTERNS per virtual host?

Benjamin Donnachie benjamin at py-soft.co.uk
Tue Oct 3 13:06:26 CEST 2006


Benjamin Donnachie wrote:
> I am using Mailman v2.1.6 and I was wondering whether it is possible to
> have a different DEFAULT_URL_PATTERN per virtual host?

I decided to cheat by sticking the following in the apache config for my
sites:

RewriteRule ^/mailman/(.*)  https://www\.py-soft\.co\.uk/mailman/$1
[L,R=permanent]

Seems to work! :)

Ben



More information about the Mailman-Users mailing list