Magento – Magento not showing homepage correctly after installation

configurationmagento2

I'm new to Magento so please forgive me if the there are not enough details.

I tried to install Magento and everything was fine.
When I go to the homepage it doesn't show the content correctly. The admin panel is not working either.

I searched for several guides but unfortunately they didn't help.

Magento version: 2.0.7; no demo store

Edit:

The pictures (Magento logo) does not show properly as well as the text is just like a list. Seems like the css part is not being showed

My solution:

I have reinstalled magento instead on apache on Nginx and it worked.

Best Answer

I hope this will help you

If you are using wamp server on windows then

C:\wamp\bin\php\php5.5.12>php.exe C:\wamp\www\<Magento root directory>\bin\magento setup:static-content:deploy in your CLI.

Related Topic