I’ll be going over how to set up server side caching and compression on your account. You’ll want to be able to access your .htaccess as well as your WHM in order to do this. First log into your WHM Once logged into your WHM, in the top left search bar type service and then […]
Tag Archives: Archived-Posts
Posts that were from another lifetime, company and not relevant anymore.
How to set up W3 Total Cache — WordPress
Here I’ll go over how to set up W3 Total Cache on a Shared server and on a VPS or Dedicated Server. While the process is very similar, there is one specific difference; one shared, you will cache to disk, on VPS and Dedicated, you will cache to memcache. If you have a VPS or […]
How to Optimize Images — WordPress
This is a guide on how to optimize images. While this is specifically for a wordpress site, the main principles can be applied to other site builders as well. One of the biggest reasons I see sites have issues loading slow or crashing a server is from huge page sizes. The majority of the time […]
How to Restore a Backup — VPS and Dedicated
If you need to restore a full backup of your account, a great way to restore is from the WHM in your restore tools. Depending on wither you are using Backup Config or Legacy Backup Config, you will need to access the WHM and choose which backup and user you want to restore from. Once […]
How to get a Disk Usage Breakdown — VPS and Dedicated
If you are running out of disk space on your account, it may be wise to find out what’s taking up so much space. This way you can clean up your usage and manage your account better. You’ll need to log into your system console as the root user. One you are logged in as […]
How to enable Memcache and Memcached — VPS and Dedicated
If you want to be able to use caching plugins, such as W3 Total Cache, on a VPS server, you’ll want Memcached correctly enabled on your server. Here are the steps for you to install and enable it correctly. You’ll need to be able to access your System Console and WHM in order to enable […]
Easy Apache — VPS and Dedicated
Easy Apache is a Powerful tool that you can use from your cPanel that will allow you to change you version of Apache or php, enable and disable modules such as Ioncube loader, memcache, or zendgaurd. Here is cpanels documentation on it: docs.cpanel.net/twiki/bin/view/EasyApache/WebHome So the first thing you’ll need to do is log into your WHM: […]
How to Edit PHP Configuration — VPS or Dedicated
In the event you need to edit your PHP on your VPS or Dedicated server, you will need to access the WHM in order to do so. Editing the php.ini will not help you. So log into your WHM: How to Access the WHM Once in the WHM go to the search bar in the […]
How to Migrate WordPress
To migrate WordPress is a fairly easy process. There are 5 basic steps you’ll want to follow. Download your wp-content directory Export your database Install WordPress to the New Site Upload your wp-content directory Import your database First Step Download your wp-content directory. Easiest way to do this is to connect to your account via […]
How to connect with FTP
So if you need to download or upload files or directories, FTP is your best solution. It’s an easy way to help manage your account. You’ll need a few things in order to begin, an FTP client (I use Filezilla), your username, and your server IP addresss. To download Filezilla, go here: filezilla-project.org/index.php To find your […]