Caching, and why clients need it for their sites, was one of the most popular subjects during our event. The simple answer is that your site needs caching since it is great practice for ensuring that websites, especially those on speedy servers, load as soon as possible. Almost every fast website you’ve ever visited […]
Category: Cpanel
How To Create or Delete a MySQL Database or User
How To Create a MySQL Database Log in to cPanel. Look for the Databases section, then click MySQL Databases. Give your database a name in the New Database field. Click Create Database. Click Go Back. In the Current Databases area, the new database will display. How To Delete a MySQL Database Navigate to the Current […]
How to Rebuild Corrupted User Data Files in cPanel
Your server’s user data files may become faulty in certain conditions, causing problems while moving or running your cPanel account. Fortunately, a valid and working httpd.conf file on the server may be used to fix these user data files. Repairing Corrupted User Data Files Follow these steps to reconstruct a corrupted user data file […]
In phpMyAdmin, how can I copy a database?
This tutorial will show you how to use phpMyAdmin to copy or duplicate a database. Begin by logging in to phpMyAdmin through cPanel or Plesk. The steps stated in the video guide above are listed below. Go to your phpMyadmin. Choose the database you want to replicate from the drop-down menu (by clicking on the […]
In phpMyAdmin, how do I rename a database?
Keep in mind that if you alter the name of a database, you’ll need to update user permissions and any scripts that reference it. NOTE: If you want the same database user to have access to the renamed database, make a note of the database’s current username, which may or may not be the same […]
How to recover & prevent (Apache web server) from XMLRPC attacks
High server load is sometimes reported in cPanel, Plesk, and DirectAdmin servers with WordPress websites, with “xmlrpc.php” showing up as the top CPU. xmlrpc.php is a file used for remote publishing and ping-back tracking on WordPress websites. Botnets target this file in order to launch brute force assaults on the targeted website. This puts a […]
How can change the Root Directory by Using Symbolic Links
This article explains how to alter a shared server account’s document root directory. The default document root directory for your account is /home/username/public_html, where username is your account username. However, you might want to use a different directory as the document root on occasion. For example, if you want to try out a new application […]
How can I change Root Directory by Using Redirection .htaccess
In this tutorial we explain how to alter a shared server account’s document root directory. c However, you might want to use a different directory as the document root on occasion. For example, if you want to try out a new application or test a website configuration before it goes live, this is frequently the […]
How to Fix cPanel Error: Sorry the Domain is Already Set Up
If you get the error “Sorry, the domain is already set up” on your cPanel account, it’s usually because of two things. This issue indicates that the domain in question is still present in the virtual host section of the Apache httpd.conf configuration file. We’ll go over the two most common reasons you’re getting this […]
How to change the Primary Domain Root in cPanel/WHM
We’ll show you how to alter the principal domain document root in this article’s cPanel/WHM panel. As the root user, log in to your server using SSH. If you want to connect to your Linux server through SSH from a Windows PC, you can use Putty or Bitvise SSH client software. Navigate to the given […]