[SAC] to www or not to www...

Jason Birch Jason.Birch at nanaimo.ca
Thu Jan 11 18:00:46 EST 2007


Ignoring, of course, the URL in angle-brackets <> that got inserted when my mail client's stupid HTML output got converted to plain text for the list.
 
At least the list is now stripping my msmail attachments.
 
Jason

________________________________

From: sac-bounces at lists.osgeo.org on behalf of Jason Birch
Sent: Thu 2007-01-11 2:28 PM
To: sac at lists.osgeo.org
Subject: [SAC] to www or not to www...

Hi all,

I think that we should make requests to osgeo.org on port 80 redirect to www.osgeo.org <http://www.osgeo.org>  to allow a more consistent image and to avoid offending the SEO gods...

If .htaccess files are allowed and mod_rewrite enabled, dumping something like this into an .htaccess file in www.osgeo.org 's <http://www.osgeo.org 's>  document root should work:

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST}   !www\.osgeo\.org    [NC]
RewriteCond %{HTTP_HOST}   !^$
RewriteRule ^(.*)$         http://www.osgeo.org/$1 <http://www.osgeo.org/$1>  [R=PERMANENT]

Jason

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 4054 bytes
Desc: not available
Url : http://lists.osgeo.org/pipermail/sac/attachments/20070111/3ca2fd31/attachment.bin


More information about the Sac mailing list