/ Published in: C
                    
                                        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
                    Subscribe to comments
                
                