How To Guides
All the Hosting Guides in one place for you to explore
How To Install Apache, MySQL & PHP on an Ubuntu 18.04 VPS or Dedicated Server
This article shows users how to setup PHP, Apache web server and MySQL database on your Ubuntu 16.04 dedicated server or VPS.
5 Mins
Intermediate
How to Enable Apache Mod_Rewrite on an Ubuntu 18.04 VPS or Dedicated Server
In this tutorial, we will cover the basics of enabling mod_rewrite on an Ubuntu 18.04 server running the Apache web server.
4 Mins
Expert
How to Install the LAMP Stack on Your CentOS 7 VPS or Dedicated Server
LAMP represents a group of software applications that are used together to run a dynamic website. It represents Linux, Apache, MySQL, and PHP.
Linux is an op...
4 Mins
Intermediate
How to Install an OpenSSH Server/Client on A Windows 2016 Server
This tutorial shows you how to install an OpenSSH Server and Client on a Windows 2016 server.
3 Mins
Intermediate
How to Use FTP to Transfer Files Between Servers and Local Machines
The article discusses how to use FTP to upload and download files to and from servers. You will learn how to;
-Create FTP user accounts
-Use different methods, including terminal and FTP client
-Copy files between two servers
-Copy files between servers and local machines.
8 Mins
Intermediate
How To Transfer Files From a Remote Server to another Remote Server Using SSH
A relatively common situation is requiring the move of a website from one server to another. There are a number ways one can do this. One could simply download ...
5 Mins
Intermediate
How to Install PHP with FastCGI Extension on IIS 7 / IIS 8 Server
This guide describes how to install PHP with FastCGI on IIS7 / IIS8 server. Actual PHP versions work with IIS via FastCGI interface. We will explain how to install FastCGI and configure it to work with PHP.
6 Mins
Intermediate
How to Convert a WordPress Site to a Static HTML Website
Converting a WordPress site from dynamic to static pages is one way of improving speed and reduce security threats. In this article, we will see why and when it is necessary to convert WP site to a static one, the common methods, and a step by step procedure.
6 Mins
Intermediate
How To Install Node.js On Ubuntu 18.04
This tutorial will help you install the latest version of Node.js; a cross-platform JavaScript runtime platform, on Ubuntu 18.04 Bionic Beaver Linux.
6 Mins
Newbie
How to Create a Virtual Environment for your Django Projects Using virtualenv
In this tutorial, we will look at how to install Django by creating a virtual environment (also known as virtualenv) and how to set up a new project
8 Mins
Intermediate
