# converting non-www url to www RewriteCond %{HTTP_HOST} ^ho33\.com$ [NC] RewriteRule ^(.*)$ http://www.ho33.com/$1 [R=301,L]