-3

After installing Magento 2, I can't access the administrator page it shows 404 error, see screenshot:

404 error

Fabian Schmengler
  • 65,791
  • 25
  • 187
  • 421
  • try this http://magento.stackexchange.com/questions/96289/no-images-or-js-on-new-magento-2-installation/96291#96291 – Magento 2 Jun 21 '16 at 12:42
  • The screenshot shows a broken frontend home page, no 404 error. Are you asking two questions at once? What is the URL you use to access the admin panel? Also relevant for the broken frontend issue: http://magento.stackexchange.com/questions/48256/magento-2-installation-css-js-images-not-loading – Fabian Schmengler Jun 21 '16 at 12:53
  • This question was asked plenty of time! Please make a search to the community before ask any question. – Asish Hira Jun 22 '16 at 05:34

1 Answers1

0

Refer my question here. Steps to solve this.

  1. You need to enable module rewrite in server.(If you don't know refer this)

Run in CLI

  1. To deploy content: php bin/magento setup:static-content:deploy

  2. To flush cache: php bin/magento cache:flush

  3. To Reindex data: php bin/magento indexer:reindex

Now check your both frontend and admin.

Saravanan DS
  • 1,126
  • 1
  • 18
  • 42