[Mailman-Users] Mailman list itself
Jim
hd at jcshome.net
Sun Jul 10 08:13:30 CEST 2005
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...
More information about the Mailman-Users
mailing list