Category: Reseller Hosting

How to force www or non-www versions of your website using .htaccess rules

To force your website to use either “www” or “non-www” versions, simply use the code below in your .htaccess file in the public_html root OR the location of your websites main files. You may need to create the .htaccess file (AKA dot htaccess) To force www: RewriteEngine On RewriteCond %{HTTP_HOST} ^yourdomain.com [NC] RewriteRule ^(.*)$ http://www.yourdomain.com/$1

Continue reading…

How to Install an SSL Certificate Using Let’s Encrypt Inside cPanel

In this guide you will learn how to install an SSL certificate using the Let’s Encrypt feature inside cPanel. Quick Steps: Login to cPanel, locate and click the “Lets Encrypt” icon. On the Installation screen, select the domain and click “issue” and you will be presented with the Options screen. We recommend installing both versions,

Continue reading…

Reseller Web Hosting Guide – HowTo & Informational

Congratulations on your new Reseller web hosting account with VeeroTech Hosting! Below, we have comprised the related information you’ll need for getting started with your Reseller web hosting account. WHM & login information When signing up for your Reseller web hosting account, you will receive an email that contains your temporary login information as well

Continue reading…

How to Change the PHP Timezone on Shared and Reseller Web Hosting

Quick Steps: Step 1. Login to cPanel and locate “Select PHP Version”. Step 2. Click on “Switch to PHP options” on the far right side. Step 3. Specify the timezone under “date.timezone” option. To change the timezone on your hosting account, you’ll first need to log into cPanel and locate the “Select PHP Version” option. Once you’ve clicked the

Continue reading…

How to set up custom / private reseller nameservers

The first step you’re going to want to do is locate the nameserver IP addresses from our guide located here: Reseller Private Nameservers In this example, we’ll use the custom nameserver entries of “ns1.yourdomain.com” & “ns2.yourdomain.com” – you will of course, substitute your desired entries & domain name. Important Note: When configuring your private/custom reseller

Continue reading…