First update your linux machine using
To install ioncube loader on centos you can just follow the below simple commands on linux make sure you have logged in as root or have sudo access
First make sure you have crontab installed. Make sure php is working properly.
To open any port on a linux machines with iptables install you can follow these easy steps.
I will be using pureftp on in this tutorial as its more secure and fast.
To redirect from one page to another domain or page via htaccess use the following code.
First you have to download all the required files which can be found here
If you are unable to start a website in IIS on your windows server and in the event viewer it is giving error on port 80 it means that another application is using port 80. In normal case scenario the other applications can be:
For Linux users use the following command fuser -n tcp 80 or use sudo lsof -i :22 or use lsof|grep 862 ypbind 1529 root 5u IPv4 4681 TCP *:862 For Windows Users use the following command netstat -a -b -o -n
Lets suppose you got an empty dedicated server you ordered from a web hosting company and you want to start hosting websites which use php, mysql. Below are simple easy steps which you can take to setup your website in a few commands. 1. Install Apache There are many ways to install apache on your [...]