Joseph Crawford wrote:
> Hey guys, what would i need to do in order to make all of the
> www. be removed from my urls?
>From http://no-www.org/:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.josephcrawford\.com$ [NC]
RewriteRule ^(.*)$ http://josephcrawford.com/$1 [R=301,L]
Hope that helps.
Chris
--
Chris Shiflett
http://shiflett.org/