bonjour,
j'ai testé une redirection par header puisque par .htaccess ca marche pas chez free, mais je doit avoir raté un truc
voila dans un fichier http://lesitededjails.free.fr/commentaire/livre_dor.php j'ai exclusivement
si je fait annalyse header et ca donne ca
mais il n'y apas de redirection c'est normal??
j'ai testé une redirection par header puisque par .htaccess ca marche pas chez free, mais je doit avoir raté un truc
voila dans un fichier http://lesitededjails.free.fr/commentaire/livre_dor.php j'ai exclusivement
Code:
<?php
header("Status: 301 Moved Permanently");
header("Location: http://lesitededjails.free/commentaire/index.php");
exit;
?>
si je fait annalyse header et ca donne ca
Code:
HTTP/1.1 301 Moved Permanently
Date: Sat, 16 Oct 2004 17:57:45 GMT
Server: Apache1.3.29 - ProXad [Oct 10 2004 00:52:3
1]
X-Powered-By: PHP/4.3.9RC2
Location: http://lesitededjails.free/commentaire/i
ndex.php
Content-Type: text/html