RewriteEngine on

RewriteCond %{HTTP_HOST} ^vivervida.com [NC]
RewriteRule ^(.*)$ http://www.vivervida.com/$1 [L,R=301]

<html>
<title>Titulo do site</title>
<head>
<meta http-equiv="refresh" content=1;url="http://www.vivervida.com/">
</head> <body> </body> </html>

Sem comentários:

Enviar um comentário

  RewriteEngine on RewriteCond   %{ HTTP_HOST } ^ vivervida . com   [ NC ] RewriteRule ^(.*) $ http : //www.vivervida.com/$1 [L,R=301] ...