Thread: .htaccess edit
View Single Post
01-17-2007, 02:20 AM
#21
Garrett is offline Garrett
Status: Waving
Join date: Aug 2005
Location:
Expertise:
Software:
 
Posts: 2,694
iTrader: 11 / 100%
 

Garrett is on a distinguished road

Send a message via MSN to Garrett

  Old

Code:
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{HTTP_HOST} !^(www\.|$) [NC]
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Directly from SitePoints topic about SEO with Google.

http://www.sitepoint.com/forums/showthread.php?t=356031

@Chaos: I hope you don't mean by yours that you coded it.