I'd like to push any traffic coming to simply domain.com to www.domain.com. I _think_ this is the correct syntax, but I'm not sure. Any insight/corrections would be appreciated.
Code:RewriteCond %{HTTP_HOST} ^domain.com RewriteRule (.*) http://www.domain.com/$1 [R=301,L]



LinkBack URL
About LinkBacks






Reply With Quote

