Matthew England wrote:
>
>I'm sure this is a FAQ (unless my Mailman configuration is broken), but I 
>could not find it listed in the FAQ search engine:
>
>I find that I can not access my Mailman list (the one recommended by 
>INSTALL as well as per the default listinfo sentence:  "If you are having 
>trouble using the lists, please contact [EMAIL PROTECTED]") 
>listinfo or admin web interface without first capitalizing the "M" in 
>"Mailman" in the URL as such:
>
>https://example.com/mailman/listinfo/Mailman
>
>If I instead use
>
>https://example.com/mailman/listinfo/mailman
>
>(with a lower-case "m") my web browser displays the general 'listinfo' page 
>(same as what is seen from "https://example.com/mailman/listinfo/";).
>
>Why is this?

It is a result of a rewrite rule in your web server which probably
looks something like

RedirectMatch /mailman[/]*$ https://example.com/mailman/listinfo

I'm far from expert on these things, but I think if you change it to
something like

RedirectMatch com/mailman[/]*$ https://example.com/mailman/listinfo

things will work as you expect.

--
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]
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/

Reply via email to