/ Published in: C
Redirects to reduce duplicate content
Expand |
Embed | Plain Text
RewriteEngine On RewriteCond %{HTTP_HOST} !~^www\.example\.com$ RewriteRule (.*) http://www.example.com/$1 [r=301,L]
You need to login to post a comment.
Redirects to reduce duplicate content
RewriteEngine On RewriteCond %{HTTP_HOST} !~^www\.example\.com$ RewriteRule (.*) http://www.example.com/$1 [r=301,L]
You need to login to post a comment.