I have done a fresh installation of magento2.0.6 in server. At Front end the css and js are not loading also, my admin page is showing error. It says the page redirected you too many times
Asked
Active
Viewed 634 times
1 Answers
1
After installation magento 2, If css and js are not loaded then perform following steps.
Open command line and goto magento 2 root folder and run following command :
1. php bin/magento setup:static-content:deploy
2. php bin/magento indexer:reindex
3. make sure apache "rewrite_module" is enable and then restart the server
4. delete cache folder under var/cache
I hope this will help you
Thanks
Hardik Patel
- 748
- 4
- 15
-
-
Then you should follow this link : https://github.com/magento/magento2/issues/802
This link might help you. Thanks
– Hardik Patel Jun 08 '16 at 12:33
php bin/magento setup:static-content:deploy, you can read more here: http://magento.stackexchange.com/questions/97209/magento-2-css-and-javascript-not-loading-from-correct-folder – Khoa TruongDinh Jun 07 '16 at 04:24-- This might be a help for you
– Envision eCommerce Jun 07 '16 at 05:04