Essential Hosting Tips
This page offers a variety of hosting tips and guides, covering topics like redirecting domains, setting email filters, managing FTP connections, enforcing email compliance, and improving hosting security with tools like .htaccess and robots.txt.
From Spam Prevention to Server Efficiency - Understadning Email Sending Limits on WHM/cPanel
Email communication plays a vital role in today's digital landscape, but it's crucial to strike a balance between functionality and security. To prevent spammers and…
Limiting what search engines can index using robots.txt
The robots.txt file is an essential tool used by webmasters to control how search engine spiders (or robots) interact with their websites. This file provides…
Generating an SSH Key using PuttyGen
The following article will guide you through the steps in generating an SSH KEY, saving the information in Lastpass and Setting up an SFTP connection…
How to Set an Email Filter for High Spam Scores in Your Control Panel
If you want to automatically discard emails with a high spam score, you can set up a filter in your control panel. Follow these simple…
Redirect Old Domain to New Domain via .htaccess
When moving a site from one domain to another, maintaining your visitors and search engine rankings is essential. Properly redirecting pages from your old domain…
Disabling Cron Job Emails in cPanel: Step-by-Step Solutions
When setting up cron jobs in cPanel, you might notice that cron automatically sends an email notification every time a scheduled task runs. While this…
Simple FTP Setup with FileZilla on Mac, Windows, and Linux
FileZilla is one of the most popular and easy-to-use FTP clients available for Mac OS X, Windows, and Linux. This guide will walk you through…
Step-by-Step Guide to Setting Up FTP with Cyberduck
Cyberduck is a popular open-source application used for FTP and SFTP file transfers on PC or Mac OS X. This guide will help you set…
How do I block visitors from my site?
Create a .htaccess file and add the following code order allow,deny deny from 123.45.6.7 deny from 012.34.5. allow from all You can deny access based…
A Comprehensive Guide to Upcoming Email Compliance Standards in 2024
2024 marks a significant shift as major email providers like Google (Gmail), Yahoo, and AOL unveil a set of stringent requirements for bulk email senders.
Understanding Our Hourly Email Limit, Why It Benefits You
When it comes to managing email communications, you may have noticed that we have an hourly email sending limit in place. Our sending limit per…
Enabling php.ini on your shared hosting account
Create a new file called .htaccess in the root of your shared hosting /home/accountname/public_html/.htaccess Add the following lines to the top of the file: <IfModule…
Creating secure passwords
While we take security very seriously and do everything in our power to prevent unauthorized access to our customer's accounts. Preventing intrusion is an ongoing…