/ Published in: C
![](/img/icon_sav.png?v3)
Redirects to reduce duplicate content
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
RewriteEngine On RewriteCond %{HTTP_HOST} !~^www\.example\.com$ RewriteRule (.*) http://www.example.com/$1 [r=301,L]
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)