Magento 2 404 error admin panel
问题 Recently I installed Magento ver 2.0 After successfull installation, I tried to login to admin panel but it say 404 not found. I am really not getting what is causing such issue. Moreover from the URL it can seen that I am logged into admin oanel but the dashboards is not visible. URL: Can anyone shed some light on this ? 回答1: I had the same issue. I had to enable the mod_rewrite module and set the AllowOverride to all for /var/www/html directory in the apache configuration file. 回答2: Maybe a