[clue-tech] Welcome to the new CLUE web site

David L. Anselmi anselmi at anselmi.us
Tue Jan 25 19:02:52 MST 2011


Brian Gibson wrote:
> Nice
>
> btw you can setup an .htaccess file (since the server is Apache/2.2.3 (CentOS))
> to redirect to either cluedenver.org or www.cluedenver.org.  Some search engines
> will treat the two as different domains.
>
> Here's an example:
>
> //Rewrite to www
> Options +FollowSymLinks
> RewriteEngine on
> RewriteCond %{HTTP_HOST} ^cluedenver.org[nc]
> RewriteRule ^(.*)$ http://www.cluedenver.org/$1 [r=301,nc]

I think it's easier than fooling with rewrite rules.  You just make sure all the domains go to the 
same set of pages.  I guess people might prefer to be redirected from cluedenver.org to 
www.cluedenver.org but I'm not sure why anyone would care.

Dave


More information about the clue-tech mailing list