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