🌍
Français
tu a supprimé ou renomé le fichier index.htm (html) de ton installation
Tu peux me donner un lien en MP que je regarde ?
Hors ligne
A la racine du site j'ai mis un fichier index.html (htm) avec uniquement:
<body background="http://www.***" bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<?php
header('HTTP/1.1 301 Moved Permanently', true, 301);
header ('Location: http://www.1000images.net/imagebank/');
exit();
?>
</body>
Hors ligne
Si le fichier s'appelle index.html, le php dedans ne fonctionnera pas
il faut l'appeler index.php
Hors ligne