I've just done a fresh install of V2.4.3-p2 to match our current site on windows, using Xammp
and I have the front end loading and the admin loading but doesn't seem to have any style loading, just text?
Solved! Go to Solution.
Hello @mallongstoaf62
Here are some possible solutions:
<Directory /var/www/html/magento2/pub/static> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all </Directory>
If you do not see this line, you will need to add it to the httpd.conf file.
Clear your browser's cache and cookies. Sometimes, a corrupted cache or cookies can prevent Magento from loading styles correctly. To clear your browser's cache and cookies, follow these steps:
Redeploy the static content. To redeploy the static content, run the following command from the Magento root directory:
php bin/magento setup:static-content:deploy
This will redeploy all of the static content for your Magento website.
I hope you have tried upgrade,caching and flushing commands already.
Hello @mallongstoaf62
Here are some possible solutions:
<Directory /var/www/html/magento2/pub/static> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all </Directory>
If you do not see this line, you will need to add it to the httpd.conf file.
Clear your browser's cache and cookies. Sometimes, a corrupted cache or cookies can prevent Magento from loading styles correctly. To clear your browser's cache and cookies, follow these steps:
Redeploy the static content. To redeploy the static content, run the following command from the Magento root directory:
php bin/magento setup:static-content:deploy
This will redeploy all of the static content for your Magento website.
I hope you have tried upgrade,caching and flushing commands already.
Worked on the Front end not the admin