On 05/10/2015 10:45 AM, Eric Lamer wrote: > > When I access the web > server and click on a list it try to go to > http://list.aaa.com/cgi-bin/mailman/listinfo/g711.1ac instead of > http://list.aaa.com/mailman/listinfo/g711.1ac so my old server had > cgi-bin in the url and my new server does not. How can I fix this?
Put DEFAULT_URL_PATTERN = 'http://%s/mailman/' in mm_cfg.py and run Mailman's bin/withlist -a -l -r fix_url See the FAQ at <http://wiki.list.org/x/4030616> for more info. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
