[Mailman-Users] URL reference requires uppercase "M" for.../listinfo/Mailman?
Mark Sapiro
msapiro at value.net
Mon Oct 11 23:28:48 CEST 2004
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 mailman at kodak-xyratex.com.")
>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 <msapiro at value.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
More information about the Mailman-Users
mailing list