.htaccess: WWW or NO-WWW?
I’d prefer the WWW anytime.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
Good to know information.
I’d prefer the WWW anytime.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
Good to know information.