On 2005/07/30 08:50, Sean Roe wrote: > When I click on it, it goes to: > > http://lists.adoption.com/cgi-bin/mailman/admin/test_mag > > which doesn't work.....it keeps sticking /cgi-bin/ in front of all the > links it generates. I have tried different iterations of mm_cfg.py > > DEFAULT_URL_PATTERN = 'http://%s/mailman' > > and it still doesn't work. So how do I fix this?
DEFAULT_URL_PATTERN = 'http://%s/mailman/' 1. After making a configuration change that affects the URL, remember that you need to run fix_url to update existing lists: bin/withlist -l -r fix_url test_mag 2. Make sure DEFAULT_URL is still set to None. (At least one packager used to change it.) 3. Did you restart Mailman? -- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/crew/jwt/ Mailman IRC irc://irc.freenode.net/#mailman ------------------------------------------------------ Mailman-Users mailing list [email protected] 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
