Web development Redirecting non-www to www with .htaccess sugatshr 0 Comments July 18, 2017 RewriteEngine onRewriteCond %{HTTP_HOST} !^www.RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] Post Views: 403