解决dedecms中不能解析.html扩展名的模板问题

找到/include/arc.archives.class.php
把函数GetTemPleteFile()中的if (!preg_match("#.htm$#", $tmpfile)) return FALSE;(大概在556行),
改为if (!preg_match("#.html?$#", $tmpfile)) return FALSE;即可。

 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/9f24c5ec8fccd5ff536863e6f263a108.html