cancel
Showing results for 
Search instead for 
Did you mean: 

403 errors for icons / fonts etc

403 errors for icons / fonts etc

Hi

 

We have a site at https://southernrecords.co.uk and we haven't made any changes for quite a while. For some reason now when we access the site all the icons have disappeared.

When we check the console log we are getting 403 errors for .css, .js and font files.

We contacted our ISP but they couldn't help.

 

Any help would really be appreciated 

 

Cheers

Rich

1 REPLY 1

Re: 403 errors for icons / fonts etc

@perryworld ,

many of the JS, CSS & Font files are being failed with 403 & 404 status 

Screenshot 2021-03-15 at 11.37.57 AM.png

try to deploy again using the following command 

php bin/magento setup:static-content:deploy -f en_US en_GB

this will deploy the static files for en_US & en_GB 

now update permission for the generated files 

chmod -R 755 pub/static/

kindly Accept as a solution if this works for you and give Kudos Smiley Happy