Mark Sapiro wrote:
>
>Bacause when you overrode DEFAULT_URL_PATTERN in mm_cfg.py with
>
>DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman'
>
>you ommitted the trailing slash. It should be
>
>DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman/'
>
>However, with the ScriptAlias that you have above, you don't want to
>change DEFAULT_URL_PATTERN at all. You want it to be the default of
>
>DEFAULT_URL_PATTERN = 'http://%s/mailman/'
>
>so your URLs will be like
>http://lists.royal-bonn.de/mailman/listinfo/test


Also, after changing or removing DEFAULT_URL_PATTERN in mm_cfg.py, you
will have to run fix_url to fix any existing lists. See
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.069.htp>.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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&amp;file=faq01.027.htp

Reply via email to