Hi Timmy,

Thank you for the good comment about existing links to the archive.  Yes, mailman archives are just static pages and our apache configuration is aliased to accept www.crosswire.org and crosswire.org the same, so existing links to any archives should work.

I have taken your advice and redirected www.crosswire.org/mailman to crosswire.org/mailman so any existing external links to our mailman list will redirect to the non-www hostname.

Thank you for the comment and suggestion,

Troy


On 9/1/20 4:08 PM, Timmy wrote:
Hi Troy,

Will existing links to mail archives still continue to work? I see the https://www.crosswire.org/mailman/listinfo now shows there are no mailing lists, but without the www the correct page shows up.

But so far the link to archives including the www work.

I think you're using apache, but in nginx, I have redirected www sites to just go to the site without www like this:

server {
        listen 443 ssl;
        listen [::]:443 ssl;

        server_name www.sitename.com <http://www.sitename.com>;
        return 301 https://sitename.com$request_uri;

        ssl_certificate /etc/letsencrypt/ ... /fullchain.pem;
        ssl_certificate_key /etc/letsencrypt/ ... /privkey.pem;
}

God bless,
*--
Timmy Braun
*


On Tue, Sep 1, 2020 at 5:36 AM Troy A. Griffitts <scr...@crosswire.org <mailto:scr...@crosswire.org>> wrote:

    Our mailing lists are currently anchored to www.crosswire.org
    <http://www.crosswire.org>. With the
    deprecation of 'www' over the past decade, we are attempting to move
    each list to simply 'crosswire.org <http://crosswire.org>'. This
    will mean that accessing
    listinfo and archives will no longer be at:

    https://www.crosswire.org/mailman/listinfo

    but soon at:

    https://crosswire.org/mailman/listinfo

    Please let me know if you find problems when access the lists
    after we
    finish the migration in a few hours.

    Hope you are all having a great start to your week!

    Troy


    _______________________________________________
    sword-devel mailing list: sword-devel@crosswire.org
    <mailto:sword-devel@crosswire.org>
    http://crosswire.org/mailman/listinfo/sword-devel
    Instructions to unsubscribe/change your settings at above page


_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page
_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to