我最近在XAMPP上安装了Magento。但是,安装后它提供的我的管理员链接给了我错误(附图中为附件) enter image description here
我的管理员网址:http://localhost:8080/magento/store1/admin_5jmzue
请帮助。
答案 0 :(得分:0)
案例1:无效的URL尝试使用此(http://localhost:8080/magento/admin_5jmzue)或打开此文件(app / etc / env.php),您将找到后端URL的前名:
'backend' => [
'frontName' => 'admin_5jmzue'
]
情况2:检查服务器配置是否启用了模式重写。