/ Published in: Apache
Para evitar que google indexe contenido duplicado
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
RewriteCond %{HTTP_HOST} ^dominio.com$ RewriteRule ^(.*)$ http://www.dominio.com/$1 [R=301,L]