打開(kāi)/include/arc.archives.class.php文件
找到
if (!preg_match("#.htm$#", $tmpfile)) return FALSE;
改為
if (!preg_match("#.html?$#", $tmpfile)) return FALSE;