2019-12-09, 03:06 PM
Hi,
if you all don't mind, I come to give my "2 cents" in all this...
So, if you try to access one of his files:
You'll get a 403 error. It seems that the double extention (.min.css) creates a security issue, try to rename the file to all_min.css (old virus used this trick to infect years ago).
404 erros: you have a lot, because they are asking bout files that are in different folder. Check their paths to correct this as noyle said.
403.shtml / 503.shtml error: typical .htaccess error that when a 403 / 503 error happens, it asks for this file, and if it's not found, another error appears. Create a 403.shtml / 503.shtml file in your root folder that says whatever you want, or change if you can the line in your .htaccess file.
The /home/****/public_html/thread-5652-page-.html not found error, is a normal error when you delete a thread and anyone ask for it (even Googlebot). Nothing to take care of.
And finally the 503 erros, as you need the server's logs to know the origin of this problem, do what told you your hosting company. IP's that are having the problem are the Cloudflare's ones, so check if there's a problem with cloudflare and your server / plugin.
if you all don't mind, I come to give my "2 cents" in all this...
So, if you try to access one of his files:
https://crackingsoul.com/inc/plugins/css/all.min.css
You'll get a 403 error. It seems that the double extention (.min.css) creates a security issue, try to rename the file to all_min.css (old virus used this trick to infect years ago).
404 erros: you have a lot, because they are asking bout files that are in different folder. Check their paths to correct this as noyle said.
403.shtml / 503.shtml error: typical .htaccess error that when a 403 / 503 error happens, it asks for this file, and if it's not found, another error appears. Create a 403.shtml / 503.shtml file in your root folder that says whatever you want, or change if you can the line in your .htaccess file.
The /home/****/public_html/thread-5652-page-.html not found error, is a normal error when you delete a thread and anyone ask for it (even Googlebot). Nothing to take care of.
And finally the 503 erros, as you need the server's logs to know the origin of this problem, do what told you your hosting company. IP's that are having the problem are the Cloudflare's ones, so check if there's a problem with cloudflare and your server / plugin.