The below code when added to an .htaccess file will automatically redirect any traffic destined for http: to https:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
The below code when added to an .htaccess file will automatically redirect any traffic destined for http: to https:
RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Sometimes it's necessary to upload files to your cPanel account. This can be easily accomplished...
If you have a reseller, you can set up and use custom name servers. For example, if your domain...
1. Login to your WHM 2. Click on Add Package 3. Create a Package for Reseller/MasterReseller...
How do I add, edit and delete packages in WHM? The following article explains how to add, edit...
Part 1: Initial Setup in WHMCS Begin by going to Setup > Payment Gateways in WHMCS....