Category: cPanel

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 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 View Your cPanel Disk Space Usage

In order to view your cPanel disk space usage, there’s a great tool located inside of your cPanel account that can help you narrow down what’s using all of your disk space. Watch this video on YouTube Quick Steps:  Login to your cPanel and select “Disk Usage” under Files section.  Click on the selected path to

Continue reading…

How to Use ClamAV from Within cPanel (cPanel Virus Scanner)

This guide will show you how to use the ClamAV virus scanner from within cPanel. Quick Steps: Step 1. Login to cPanel and locate “Virus Scanner” Step 2. From the “Virus Scanner”, select from the options and enter “Scan Now” button. Step 3. You can see the scan progress and present with malicious file if any have been

Continue reading…