ciao grazie per la risposta, ma io pensavo i utilizzare questo codice:
// modifica: checks della pagina intro
if ($_SERVER['REQUEST_URI'] == "/") {
if (file_exists( 'templates/beez_20/Intro.html' )) {
$self = rtrim( dirname( $_SERVER['PHP_SELF'] ), '/\\' ) . '/';
header("Location: http://" . $_SERVER['HTTP_HOST'] . $self . "templates/beez_20/Intro.html" );
exit();
}
}
// fine modifica
solo che non so dove metterlo