Web Hosting Articles
We don't enjoy suspending accounts
We only suspend accounts when absolutely necessary. If you are seeing a message that says your website is temporarily offline, then there are two likely reasons: Your hosting plan is overdue Hosting invoices are raised 7 days before the renewal date ...
How to force redirection to HTTPS
To force visitors to use HTTPS to access your site via your SSL certificate is to add the following to the top of a .htaccess file: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Firewall block - I can't connect to my website or email
If you find that you are unable to: open your website - it just times out or takes too long to respond connect to webmail or cPanel - it just times out or takes too long to respond send or receive email (your email software says it can't connect to ...