cancel
Showing results for 
Search instead for 
Did you mean: 

Page display wrong css issue fresh install of 2.3.0

Page display wrong css issue fresh install of 2.3.0

web Installed 2.3.0 fresh which completes successfully but when I go to the website I see no CSS formatting and the images are broken .. I am assuming it is a re-write issue or path issue but no matter what I try I cannot fix it.

 

Has anyone ran into this before?

Capture.PNG

 

3 REPLIES 3

Re: Page display wrong css issue fresh install of 2.3.0

Hi @alexander_frost 

 

I understand the issue you are facing !

 

As you have done with the fresh installation , you will require to run few command from the SSH (Command line) Terminal !

 

Kindly run below command in sequence and then check !

 

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f php bin/magento cache:clean php bin/magento cache:flush

then check , it will works ! Hope it helps !

if issue solved,Click Kudos & Accept as Solution

Re: Page display wrong css issue fresh install of 2.3.0

I did run those but it did not fix the issue.. after I read this

 

https://magento.stackexchange.com/questions/154728/magento-2-not-loading-css-and-js-after-successful...

 

I noticed it referenced a lot of .htaccess fixes... what ended up working was going into /pub and editing the .htaccess file and enabling  RewriteBase / ... after that everything shows up correctly..

Re: Page display wrong css issue fresh install of 2.3.0

Yes , If running of those command will not work , the second solution would be the Rewrite check ..

Anyways glad to know that , you have resolved your issue , Happy to help and keep helping Smiley Happy
if issue solved,Click Kudos & Accept as Solution