Not sure why I didn't think of this sooner, but I had an awesome idea this morning. Instead of the crazy Google Groups URL (
https://groups.google.com/forum/#!forum/jaxlug), why can't we have something simple like
http://list.jaxlug.net?
The answer was so simple, it didn't even require a new DNS entry. This is because our most awesome member (Gene), was in charge of our DNS config. He set it so that *.
jaxlug.net to point to the same thing as
jaxlug.net, which is our web server (Thanks Gene!). No matter what the request, it will get sent to the same place, unless explicitly defined somewhere else in the DNS table. Since that was already in place, the solution was a simple vhost entry in our web server Apache config:
<VirtualHost *:80>
</VirtualHost>
Naturally, this has to be placed somewhere that it gets executed before the main MediaWiki redirects, but I wanted to share anyway. :)
In short, if you need to point someone to the mailing list, send them to
list.jaxlug.net!
Thanks!
Jess