Index du Forum » » Le coin des codeurs

Auteur

Redirection
xgonin
709      
 

  Posté : 30-01-2007 17:32

juste c'est un peu faible...

En fait, un faisant une page index sur tes différents serveurs qui pointe sur ton serveur principal, avec le code suivant :


<?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" target=_blank">Redirection</a></p>
</body>
</html>




à voir...



Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=21878&forum=5