For the fresh installation of magento2.1.5 I have found some admin url don't work and to overcome such errors here is the solution:
according to my windows platform with xampp setup, I have pointed to magento's bin folder using windows command prompt as below:
cd c:\xampp\htdocs\magento2\bin> php magento setup:static-content:deploy
after running the above command refresh admin panel or store and it will be resolving broken links issues.
according to my windows platform with xampp setup, I have pointed to magento's bin folder using windows command prompt as below:
cd c:\xampp\htdocs\magento2\bin> php magento setup:static-content:deploy
after running the above command refresh admin panel or store and it will be resolving broken links issues.
No comments:
Post a Comment