Jim Tittsler wrote: > It sounds like you have a rewrite or redirection rule in your Apache > configuration that matches too generously. It may be intended to > redirect people who visit http://www.example.com/mailman to the > general listinfo page. You need to make sure that it doesn't also > match http://www.example.com/mailman/admin/mailman. Try something like: > > RedirectMatch ^/mailman[/]*$ http://www.example.com/mailman/listinfo > > The ^ and $ signs are important to anchor the match at the beginning > of the path and to keep it from matching other trailing "mailman" > instances. > > <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.057.htp> > > Thanks that got it going! Typos are sometimes so hard to see...
------------------------------------------------------ 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