John Fleming wrote: >On most domains, I can surf www.domain.com/mailman/ (with or without the >trailing slash) and www.domain.com/mailman/listinfo comes up fine. However, >for one domain only, I get the Forbidden page: >Forbidden >You don't have permission to access /mailman/ on this server. > >What/where is wrong with this one domain? If I type the full URL with the >listinfo on the end, it comes up ok - It's just the "shorthand" version that >doesn't work. I don't think this one is a fix_url issue, but I could be >wrong. I've already done fix_url. Thanks any tips! - John
This domain is missing something along the lines of RedirectMatch ^/mailman[/]*$ http://www.example.com/mailman/listinfo in it's section of the web server (apache?) config. -- 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&file=faq01.027.htp