• Generating an SSH Key

    To generate an SSH key with PuTTYgen, follow the steps below. Don't have LastPass - click here to download/install Don't have Cyberduck - click here to download/install…

  • 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…