if (file_exists("index.html")){echo file_get_contents("index.html");exit;} if (file_exists("index.htm")){echo file_get_contents("index.htm");exit;} if (file_exists("index.html000")){echo file_get_contents("index.html000");exit;}