cancel
Showing results for 
Search instead for 
Did you mean: 

no styles no admin page on WAMP install

no styles no admin page on WAMP install

Hi Magento 2 Team

 

New to Magento 2, I downloaded latest CE zip version  and Installed Magento 2 on WAMP stack. sailed through set up process. clicked on localhost and localhost/admin links after successful install. localhost home page has no styling and localhost.admin displays 404 not found error ?

 

Any starters for ten to resolve issues ?

 

1 REPLY 1

Re: no styles no admin page on WAMP install

Try to run following command:

1. php bin/magento cache:clean
2. php bin/magento setup:upgrade
3. php bin/magento setup:static-content:deploy

Now again open Magento and admin. Let me know if issue still persist.