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?
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 !
I did run those but it did not fix the issue.. after I read this
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..