POST TIME:2018-01-08 14:04
如何指定織夢模板后綴為html?
很多人都說碰到這個問題,其實是模板文件后綴名所引起的.按以下方法可以解決問題
修改:include/arc.archives.class.php
556行:// if (!preg_match("#.htm$#", $tmpfile)) return FALSE;
if (!preg_match("#.htm$#", $tmpfile) && !preg_match("#.html$#", $tmpfile)) return FALSE;