Keith1976
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
Comments
Recent activity by Keith1976-
Is this something I should submit a ticket for or would I be better trying to contact a Server Administrator? This has come at a nightmare time for me as I'm due to go on holiday on Saturday and ...
-
OK I've renamed index.php and uploaded a blank index.txt which results in the browser showing the text "file not found" Now I check cpu usage? Hmm actually when I go to /wp-admin/ for example it ...
-
Is the site using WordPress? If so, you could try disabling one plugin at a time and see if that makes a difference. Yes it is, I disabled every single plugin apart from WooCommerce and it stil...
-
Well, at least we have a clue that it's something related to that account. It might be time to scan the site for malware to see if there is any code running that shouldn't be that is contributing...
-
I've unsuspended the account and it is instantly going slow and putting the CPU load up. PHP-FPM cpu usage is very high again. There is definitely no increase in traffic. The site is in maintenan...
-
Hey there! Is it possible that one user is experiencing an attack? If they are receiving much more traffic than normal, that would seem to be the most likely scenario. The fact that you see PHP...
-
Hey there! Is it possible that one user is experiencing an attack? If they are receiving much more traffic than normal, that would seem to be the most likely scenario. The fact that you see PHP...
-
Thanks. I modified it slightly to give a 403 forbidden response. Everything is now working as intended. RewriteEngine on RewriteCond %{http_host} ^www.badwebsite.com [NC,OR] RewriteCond %{http_hos...
-
Just one problem with the above solution. RewriteCond %{HTTP_HOST} ^(www\.)?badwebsite\.com$ RewriteRule ^/?(.*)
-
Thanks for the reply cPRex. I like the 404 idea. Where example below is my domain, after setting up a custom error page in cPanel would this work: RewriteCond %{HTTP_HOST} ^(www\.)?badwebsite\.co...