[web-team] [volunteers] www.svlug.org versus svlug.org
Don Marti
dmarti at zgp.org
Tue Oct 14 15:57:18 PDT 2008
I'm getting a few extra lines at the top of that
page...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE></TITLE>
CTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
You might want to stick a...
<META NAME="ROBOTS" CONTENT="NOINDEX">
on that page, too, just to make sure to chase web
crawlers away. Alternatively, you could deal with a
bunch of alternative names for a web server something
like this:
<VirtualHost svlug.org>
ServerName svlug.org
ServerAlias svlug.com
ServerAlias www.svlug.com
ServerAlias svlug.net
ServerAlias www.svlug.net
RewriteRule ^(.*)$ http://www.svlug.org$1 [R=301,L]
</VirtualHost>
RewriteRule defaults to temporary (302) redirects,
which are not search engine friendly.
--
Don Marti +1 510-814-0932
http://zgp.org/~dmarti/
dmarti at zgp.org
More information about the web-team
mailing list