Passer au contenu principal

Faire une redirection automatique vers un autre lien Internet

Pour rediriger un lien Internet vers une autre lien sans temporisation, entrer dans un fichier index.html sous la racine du site à rediriger, dans le header :

meta http-equiv="Refresh" content="0;url=http://www.disteo.fr"

Exemple :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="refresh" content="0; URL=http://www.disteo.fr">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<META NAME="TITLE" CONTENT="DISTEO Reseau et Telecom Affichage dynamique">
<META NAME="DESCRIPTION" CONTENT="Reseau et Telecom - Affichage dynamique">
<META NAME="KEYWORDS" CONTENT="reseau, telecom, telephonie, affichage dynamique, digital signage, plv, ecran publicite, ecran affichage, ecran information">
<META NAME="REPLY-TO" CONTENT="contact@disteo.fr">
<META NAME="LANGUAGE" CONTENT="FR">
<META NAME="COPYRIGHT" CONTENT="DISTEO 2013">
<META NAME="ROBOTS" CONTENT="All">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CHACHE">
<META HTTP-EQUIV="REFRESH" CONTENT="Non">
</head>
<body>
</body>
</html>