Categories
Uncategorized

How to Move a Website to a New Server

Start ssh Sessions Start an ssh session to your source website host and change to the user home directory. ssh host.server.com cd ~ Repeat the above steps on the destination website host server Create an archive folder. Make a new folder to store your backup files with the command… mkdir archive Repeat the above step […]

Categories
Uncategorized

All You Need To Know To Set Up a Website

This article describes step by step everything you need to know in order to set up a shiny new web site. For this example I make the following assumptions… Assumptions domain name = mysite.com domain name purchased from firm A (fxdomains) hosting with firm B (bluehost)

Categories
Uncategorized

How to Upload Files Directly to Your Website

The most inefficient way to copy a file from the internet to your website is to download the file from the original location on the Internet to your PC, then upload it again via the Internet to your website. I’ve written this article to show you how to cut the time it takes to copy […]