Recently I installed magento 2.0 but I don't know it's not working. I dont know what is the mistake I made.
Asked
Active
Viewed 43 times
0
-
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 Answers
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
0
Try this Before that take Backup
Remove everything, except
.htaccessfile frompub/staticfolderOpen up
app/etc/di.xmlfind the path“Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink”and replace toMagento\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

