- Fil d'ariane : Accueil des mémos
- / Mémo
Entête HTTP de redirection permanente
tags : C'est le code HTTP 301. Voici comment réaliser la redirection en PHP :
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.away.com");
tags : C'est le code HTTP 301. Voici comment réaliser la redirection en PHP :
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.away.com");