On Fri, Oct 15, 2004 at 03:34:00PM +0000, Moussa Fall wrote: > I realise that the problem is the following. Whenever I want > to go another page my browser adds mailman in the url. For > example from www.dom.ain/mailman/mylist/admin, after editing > options when I want to save changes, the browser points to : > www.dom.ain/mailman/mailman/mylist/general. Of course, this
If you are using a Rewrite rule in your webserver configuration, make sure it matches only the first /mailman in the URL. (At least one version of the RedHat Mailman RPM was missing a ^ to anchor the left side of rewrite rule match.) -- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/ Ringo MUG Tokyo http://www.ringo.net/rss.html ------------------------------------------------------ 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/
