Mick Prescott <[EMAIL PROTECTED]> writes: > Please forgive a new mail list user what could be some very basic > questions. One of my users reported the link to the Subscribe page for my > mail list takes them to an error page "'page not found' error > -http://nkemmaus.com/pipermail/nkemmaus_nkemmaus.com/ My efforts to > reproduce this, are unsuccessful since when I click on this link I don't > get the same error. The actual Link is: > http://nkemmaus.com/mailman/listinfo/nkemmaus_nkemmaus.com Is it me? > Could there be something else wrong? Anyone know? Mick
This is an uneducated guess: Assuming you're running apache, you probably have something like this in your conf file: Alias /pipermail "/home/mailman/archives/public" If so, try this instead: Alias /pipermail/ "/home/mailman/archives/public/" Morgan ------------------------------------------------------ Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users
