简体   繁体   中英

WordPress not loading CSS or JS

Hi i am working on my client site I cannot figure out why resources like css/js/images are not loading. neither on the main site nor on the backend. I have replaced with new WP core files but still I cannot figure out the problem. here is the site: http://old.allsaintsnorthepping.org.au/ if you check the console it will say 404 not found

If you have a command line , then you need to change/set the permissions of the all the wordpress files and re-upload them to the server.

Run the following commands through terminal to change files and folders permission.

find folder_name -type d -exec chmod 755 {} \;
find folder_name -type f -exec chmod 644 {} \;

Replace folder_name with your wordpress folder.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM