(23-05-2011, 03:50 PM)niahoo a écrit : Comment tu fais ta redirection vers ton URL inexistante ?
header('Status: 301 Moved Permanently', false, 301); header('Location: fake_url.php'); exit();