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 ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp