Hosting Tips
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…
From Spam Prevention to Server Efficiency: Mastering Email Sending Limits on 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…
FTP Setup Using Filezilla
Among the various free FTP programs available to download on the internet for Mac OS X, Windows, or Linux. It can be downloaded free of…
Setup FTP Using Cyberduck
Cyberduck is an open-source application used for FTP and SFTP on Mac OS X. The first thing you need to do is download a copy…
How do I stop cron emails?
If you would like to stop the automatic emails in your cron through CPANEL, add the following after your command > /dev/null 2>&1
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…
Limiting what search engines can index using robots.txt
Various search engines such as Google have what are called "spiders" or "robots" continually crawling the web indexing content for inclusion in their search engine…
Redirect Old Domain to New Domain via .htaccess
When you migrate a site from one domain to another, it is very important that you don’t break all the links that you built to…
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…