打开index.php
找到这段话
$url = empty($_ENV['domain']['app']['default']) ? (!empty($_ENV['domain']['defaultindex']) ? $_ENV['domain']['defaultindex'] : 'forum.php') : 'http://'.$_ENV['domain']['app']['default'];
修改为
$_ENV['curapp'] = str_replace('.php', '', $_ENV['domain']['defaultindex']);

打开后台的导航设置为如下

第三部找到/source/admincp下的admincp_main.php文件,查找index.php,然后修改为/既可以了

发表回复

后才能评论