Website Management
Step-by-Step Instructions for Clearing Cache in Chrome, Brave, Firefox, and Safari
Clearing your browser cache can resolve numerous issues related to website performance and display. This guide provides straightforward steps to clear the cache in Chrome,…
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…
htaccess: redirect a domain or multiple domains
Managing multiple domains pointing to the same webspace can be a challenge, especially when you want to designate one domain as the primary domain. In…
Enhancing PHP Error Handling: A Guide to Effective Troubleshooting
Dealing with PHP errors can be a frustrating experience for developers. The inability to obtain meaningful error codes often hinders the debugging process. Fortunately, we…
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…
Clear Cookies, Site Data, Cache for specific website in Chrome, Firefox
At times, you may feel the need to delete or clear the Cookies & Site Data for a specific website only – and not the entire Browsing…
Internet Explorer: IE8, IE9, IE10, and IE11 Compatibility mode
This mode tells your browser to treat web sites as if it was using IE7 or another version of IE. In some cases your browser…
[Joomla] How to administer Joomla from the command line
About Joomla's CLI applications Unfortunately, Joomla does not have a complete CLI administration solution like WP-CLI for WordPress or Drush for Drupal. However, Joomla does include some application…