管理员网址奇怪

时间:2016-05-01 17:00:22

标签: magento magento-2.0

我刚刚第一次安装magento,我注意到安装后我无法登录管理,在我的控制台网络中它给了我一个302代码,我不确定,但可能是我的网址错了吗?当我进入管理面板时,这是自动给我的:

URL: http://magendo.development/admin/admin/index/index/key/7a6d73bee30f884c430d3603e180f4f1f25641443196442eea2851e1ffc041a4/

出现重复的管理员和索引是否正常?

配置和细节:

网站网址:magendo.development

网站网址管理员:magendo.development / admin

Magento ver 2.0.5

Vanilla Instalation

PHP 5.6.3

Apache 2.4

本地主机;

Windows 10

VHost配置:

<VirtualHost *:80>

    Define MAGENTO_ROOT "c:/development/magento"

    DocumentRoot ${MAGENTO_ROOT}

    ServerName magendo.development

    RewriteEngine On
    #LogLevel alert rewrite:trace8

    <Directory ${MAGENTO_ROOT}>
        AllowOverride all
        Allow from all
        Require all granted
   </Directory>

</VirtualHost>

0 个答案:

没有答案