/ Published in: Apache
Expand |
Embed | Plain Text
RewriteCond %{HTTP_HOST} !^www\. RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
You need to login to post a comment.
RewriteCond %{HTTP_HOST} !^www\. RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
You need to login to post a comment.