RewriteEngine on # ## no-www # rewritecond %{HTTP_HOST} ^www\\.localhost\\.com$ [NC] rewriterule ^(.*)$ http://localhost.com/$1 [R=301,L]