我只是将我的旧Joomla 1.0站点迁移到localhost,前端工作正常,但是当我尝试打开管理员时,将其重定向到“installation / index.php”文件并且无需打开, 如何防止这个事情,我在下面的代码中检查路径,管理员/ index2.php文件中存在正确的路径,但管理员仍未打开。
if (!file_exists( 'C:/xampp/htdocs/myproject/configuration.php' )) {
header( 'Location: ../installation/index.php' );
exit();
}
答案 0 :(得分:0)
我不相信administration / index2.php的源文件验证路径中的文件:
'C:/xampp/htdocs/myproject/configuration.php'
是否修改了?