Faire une redirection 301 à partir d'un blog non hébergé

Nouveau WRInaute
Salut à tous,
Bon j'ai un gros problème. J'ai un blog PR5 donc pas mal référencé. Seul hic, je ne l'hébergais pas...
Je suis passé en hébergement pro, seulement voilà après maintes recherches, je n'ai pas trouvé de solution pour faire une redirection "propre" ( redirection 301) pour google.
Evidemment, impossible d'utiliser un fichier .htaccess ni un script PHP...

Si quelqu'un à une solution ? même si j'y crois plus...
(ps : en attendant j'ai trouvé un script, je ne sais pas s'il y a mieux dans mon cas :
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="refresh" content="0; url=http://nouvelle.adresse.fr/dossier2/page2.html" />
<title>Redirection</title>
<meta name="robots" content="noindex,follow" />
</head>

<body>
<p><a href="http://nouvelle.adresse.fr/dossier2/page2.html">Redirection</a></p>
</body>
</html>
 
WRInaute discret
Salut,

Ton code, c'est ce que j'ai fait sur mon site quand j'ai changé le nom.
Ca marche plutôt bien. J'ai conservé mon PR et mes visiteurs.
 
Discussions similaires
Haut