0

enter image description here

Recently I installed magento 2.0 but I don't know it's not working. I dont know what is the mistake I made.

enter image description here

Ajay Patel
  • 1,513
  • 1
  • 18
  • 45
  • Sounds like permissions issue to me. Did you follow this documentation to setup your Magento 2 install permissions ? http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html – Raphael at Digital Pianism Mar 25 '16 at 10:59

2 Answers2

0

Try to run below command form root:

php bin/magento setup:static-content:deploy

For more details, check this: https://magento.stackexchange.com/a/96304/23943

Shyam
  • 1,690
  • 17
  • 31
0

Try this Before that take Backup

  1. Remove everything, except .htaccess file from pub/static folder

  2. Open up app/etc/di.xml find the path “Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink” and replace to Magento\Framework\App\View\Asset\MaterializationStrategy\Copy

Note: Remove entire files and folder under pub/static except .htaccess file.

For More info ref this http://www.dckap.com/blog/magento-2-admin-links-not-working-in-windows/

Magento 2
  • 3,834
  • 7
  • 52
  • 107