Wilson Grant Fisk
Elite Member
- Nov 10, 2012
- 15,677
- 46,846
Hostgator have suspended my sites twice in the last 24 hours due to high CPU/Resource issues.
Total downtime approx 12 Hours. Loss on one of the sites at least $250
I have been sending some paid traffic(various sources) to one of the sites but it shouldn't have caused a problem.
Their support is now useless, they emailed to say they had suspended the sites but didn't respond to any follow up emails.
Took me a while to find they had used .htaccess to block access to the sites with the following added to the file:
I have removed IP addresses from the above file.
So if you get your sites suspended, resolve any issues and then remove the above from your .htaccess file and your site should then be accessible.
Still not 100% sure what the issue was but think it may be related to WordPress Heartbeat and heavy admin-ajax.php usage as explained here:
http://www.inmotionhosting.com/support/website/wordpress/heartbeat-heavy-admin-ajax-php-usage
I have always promoted HostGator in the past, even though I have been threatening to leave them for sometime because the number of outages over the past 2 years has increased but no more. Now totally sick of them and would advise people to change Hosts.
I am looking to move and I am considering http://www.hostwinds.com/ or http://www.inmotionhosting.com/ but would like some more opinions. Please share your recommendations.
Total downtime approx 12 Hours. Loss on one of the sites at least $250
I have been sending some paid traffic(various sources) to one of the sites but it shouldn't have caused a problem.
Their support is now useless, they emailed to say they had suspended the sites but didn't respond to any follow up emails.
Took me a while to find they had used .htaccess to block access to the sites with the following added to the file:
Code:
#BEGIN HG BLOCK
# The following configuration has been set by your hosting provider,
# and has been put in place for the benefit of the server.
#
# Any modification or removal by non-authorized individuals may
# result in corrective action.
#
# If you have any questions you may contact your provider for information.
order deny,allow
allow from # Administrative
allow from # Administrative
allow from # Administrative
allow from # Administrative
allow from # Administrative
allow from # Administrative
allow from # Administrative
allow from # Administrative
allow from # GTMetrix
allow from # GTMetrix
allow from # GTMetrix
allow from # GTMetrix
allow from # GTMetrix
allow from # GTMetrix
allow from # GTMetrix
allow from # GTMetrix
allow from # Last IP used to log in to cPanel.
allow from # ManageWP.com
allow from # ManageWP.com
allow from # ManageWP.com
allow from # .hostgator.com
deny from all
#END HG BLOCK
I have removed IP addresses from the above file.
So if you get your sites suspended, resolve any issues and then remove the above from your .htaccess file and your site should then be accessible.
Still not 100% sure what the issue was but think it may be related to WordPress Heartbeat and heavy admin-ajax.php usage as explained here:
http://www.inmotionhosting.com/support/website/wordpress/heartbeat-heavy-admin-ajax-php-usage
I have always promoted HostGator in the past, even though I have been threatening to leave them for sometime because the number of outages over the past 2 years has increased but no more. Now totally sick of them and would advise people to change Hosts.
I am looking to move and I am considering http://www.hostwinds.com/ or http://www.inmotionhosting.com/ but would like some more opinions. Please share your recommendations.