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

Jason Birch Jason.Birch at nanaimo.ca
Thu Jan 11 17:28:10 EST 2007


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


More information about the Sac mailing list