What is a public_html Folder?

The web root for your primary domain name is known as the public_html folder. Once someone types your main domain (the one provided while signing up for hosting), the public_html folder contains of all web site files that you wish to be displayed. Or in alternative words, once visitors type your domain name into their […]

Read More »

Check if FTP port 21 is blocked

FTP (File Transfer Protocol) is employed to transfer the files from your local machine to hosting server. FTP by default works on port 21. Your web hosting provider occasionally changes FTP port OR your ISP (Internet Service Provider) blocks it. To see if it’s being blocked, you can telnet the default FTP port 21 . […]

Read More »

How to Restart Apache Server from WHM?

Apache Tomcat is an open-source software. It acts as a Java servlet and Java Server Page container. During this article, you’ll learn to restart Apache server from WHM. To Restart Apache Server 1. With your root account Log in to the WHM panel. 2. From the navigation menu, select the Restart Services option. 3. Click […]

Read More »

Installing PHP5 Apache Mysql and phpMyAdmin on Linux

In this article you will learn how to install PHP5, Apache and the database manager in MySQL PHPMyAdmin, just in simple 5 steps: 1 – The first command to execute is: sudo apt-get install apache2 apache2-utils libapache2-mod-php5 php5 php5-mysql php5-cli php5-gd 2 – Proceed with the installation and wait for it to end, remembering that […]

Read More »

How to Remove Files in Linux Terminal?

In this tutorial you will understand, how to use the rm, unlink and rmdir commands to delete files in Linux. How to Remove Files You can use rm (remove) or unlink command to remove or delete a file from the Linux command line. The rm command allows you to remove multiple files at once. With unlink command, you can delete only a single file. While removing files […]

Read More »