Your DNS cache stores the locations (IP addresses) of web servers that contain web pages which you have recently viewed. If the location of the web server changes before the entry in your DNS cache updates, you can no longer access the site. If you encounter a large number of HTML 404 error codes, you may ..
Category : Reseller Hositng
WordPress is the most popular Content Management System (CMA) from blogging. This popularity makes WordPress a perfect target for hackers. The most common attack faced by a WordPress site is XML-RPC attack. Recognizing an XML-RPC Attack 1) Randomly “Error establishing database connection” error is displaying on the WordPress site. 2) “Out of memory” or/and (Full ..
The public_html directory is the folder to place in web readable files. Files placed below the public_html folder will not be visible on the web. The www folder is what is called a symlink. This points to the public_html folder and generally is used as a shorthand is cgi scripts for the path. Instead of ..
If you have a reseller hosting plan you can create your own web hosting plans. You can specify the features for each of your plans eg: storage space, bandwidth, emails, parked domains etc. Follow these steps to create web hosting packages Step 1. Log into your WHM Step 2. Click on “Packages” under the main ..
If you wish to create a cPanel account, please follow the instructions below: Step 1. Log in to WHM. Step 2. Click on the ‘Account Functions’ icon. Step 3. Click on ‘ Create a New Account’ icon. Step 4. Enter the domain name that will be used for this account. Step 5. The username will ..
By default, when you use the File Manager in cPanel, it doesn’t show hidden files. Hidden files are any file that begins with a dot, such as .htaccess. .htaccess is a common file to edit, so to edit the file using your File Manager, you’ll need to have the option selected to show hidden files. Step 1. Log in ..
WordPress can be installed using Softaculous Application installer from your cPanel interface. Please follow the below steps to get started: Login into your cPanel. Click on WordPress icon: Click the “Install Now” button: On the next screen, make sure to select all the appropriate options. If you want your WordPress install to work when going to the ..
Redirecting HTTP to HTTPS Redirect All Web Traffic You may need to edit the below code in your .htaccess file: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R=301,L] you can replace www.yourdomain.com with your original Domain Name. Editing .htaccess in cPanel File Manager Note: Backup your website in case something goes wrong. Login to cPanel ..
Introduction This tutorial shows you how to suspend an account in WHM (WebHost Manager). Account suspension is one of the main functions you will be using as a hosting reseller. What you’ll need Before you begin this guide you’ll need the following: Access to your account’s WHM Table of Contents Step 1 — Navigating to ..
Introduction WebHost Manager (WHM) allows resellers to customize cPanel’s interface of their customers. Resellers can modify cPanel and Webmail images as well as other aspects of cPanel. What you’ll need Before you begin this guide you’ll need the following: Access to your account’s WHM Table of Contents Step 1 — Navigating to Branding Section in ..