POST TIME:2020-04-01 19:10
用dede建了個網(wǎng)站,原先網(wǎng)站是在web/dev57/下的,后來移到web/下,在網(wǎng)站搬家后出現(xiàn)這樣一個錯:/include/templets/default/index.htm Not Found!
因為在網(wǎng)站后臺把DedeCMS安裝目錄修改了
把/data/config.cache.inc.php中
$cfg_cmspath = '/dev57';改為$cfg_cmspath ='/';
就引發(fā)了上述的錯誤。
解決方法:
在/data/config.cache.inc.php中
改為$cfg_cmspath =''; //空