I tried searching for this but everybody seems to want to go from www. to a non www. url. I on the other hand want the www.
I found htis code on a lot of sites and examples but i don't know how to modify it so that if someone visits http://site.com they go to http://www.site.com
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.domain\.com
rewriterule (.*) http://www.domain.com/$1 [R=permanent,L]
Thanks





Bookmarks