Page 1 of 1

Direct dallaslair.org to www.dallaslair.org

PostPosted: Fri Oct 03, 2008 4:00 pm
by Guest
A while ago quipster suggested
[blockquote]make it so domain.com goes to www domain.com .. that way all your page rankings will be the same and not shared between the two. you can do this with htaccess as well.[/blockquote]

This is currently not in place, and dallaslair.org is not redirected. Can someone help me with how to do this? The e104 software itself has some stuff related to this I think, but I think what we're looking for is something lower level, so it happens at the http level...

PostPosted: Fri Oct 03, 2008 4:46 pm
by Guest
Ok I think I found it and it appears to work.

I added this to .htaccess:
[blockquote]RewriteEngine on
RewriteCond %{HTTP_HOST} ^dallaslair.org [NC]
RewriteRule ^(.*)$ [url]http://www.dallaslair.org/$1[/url] [L,R=301][/blockquote]