Par: Crocxx | Catégorie: Inclassables
header("Status: 301 Moved Permanently");
header("Location: http://www.votre-site.com/votre-page.html");
exit();
response.status = "301 moved permanently"
response.addheader "location","http://www.votre-site.com/votre-page.html"
response.end
<cfheader statuscode="301" statustext="Moved Permanently">
<cfheader name="Location" value="http://www.votre-site.com/votre-page.html">
<cfabort>
<jsp:forward page="/votre-page.html" />
window.location.replace("http://www.votre-site.com/votre-page.html");
<meta http-equiv="Refresh" content="20;URL=http://www.votre-site.com/votre-page.html">
Faire un lien | Partenaires ©2005-2008 Rudy Onfroy Tous droits réservés Contact | RSS | Plan | Haut