Page is a not externally linkable
Pico_Train - 6:39 pm on Jul 11, 2006 (gmt 0)
RewriteEngine On Obviously, change sitename to the name of your site.... put this in a file in notepad and save it as .htaccess and upload it to the root folder of your domain. Later!
This works for me but other pros may have other suggestions:
#
# Redirect to preferred www domain
RewriteCond %{HTTP_HOST} ^sitename\.com
RewriteRule (.*) [sitename.com...] [R=301,L]