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