[wlug_org] New website

Ewen McNeill wlug_org@lists.wellylug.org.nz
Wed, 22 Jun 2005 09:37:15 +1200


In message <6.1.2.0.0.20050621213310.050b3040@pop3.paradise.net.nz>, Tony Wills writes:
>All the DNS changes have finally filtered through to even Paradise's 
>servers, all looks good to me now.

Cool.

I've turned the wlug.naos.co.nz site into a unconditional redirect to
the "same" page on www.wellylug.org.nz, just in case there are people
still trying to use the old URL.  Viz:

RewriteEngine On
RewriteRule ^/(.*)$ http://www.wellylug.org.nz/$1 [R]

It seems to work okay for me for a few quick tests.

The lists are all lists.wellylug.org.nz and are still handled on my
webserver.

What's to happen with mail to wellylug.org.nz itself?  At the moment it
seems to come to my mailserver and get directed to an account that's
going to be deleted soon.  If someone can tell me where to direct it I
can direct it to another account, or someone can change the MX record.

Ewen