Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个全新安装的 opencart 1.5.5.1
当我访问管理员时,我得到登录页面,我登录并被重定向到/admin/index.php?route=common/login显示购物车主页而不是管理面板的页面。
/admin/index.php?route=common/login
如何访问管理面板?
如果您尝试登录并进行重定向以从非 www 版本转到您域的 www 版本(反之亦然),就会发生这种情况。如果你有这个,你需要调整你/admin/config.php以使用正确的域(即不需要重定向)
/admin/config.php
检查您的管理员 htacess 文件! 就我而言,这就是问题所在。所以导航到这里:/admin 并搜索这个文件: .htacess.txt 删除 txt 就可以了!