Category: Troubleshooting & Errors

How to Disable Directory Listing Using .htaccess

In this article, we’ll describe how to disable directory listing using .htaccess file. Directory listing allows all your website visitors to get a complete listing of all the important files and folders in your site simply by typing “http://example.com/yourdir” in the browser. This is very dangerous as it gives outsiders access to the core files

Continue reading…

How to Turn Off PHP Error Reporting

In this article, we’ll show you how to disable the PHP error reporting. PHP errors are generated by your websites and logged in error_log files in the directory where your PHP files are located. If you do not need the error_log file you can disable PHP error logging. To turn off PHP error reporting, you

Continue reading…

How To Fix 500 Internal Server Error in WordPress

In this article, we will show you how to fix the internal server errors in WordPress. The internal server errors are status codes returned by the web server whenever it encounters a condition that prevents it from completing the request initiated by the client. This error message does not necessarily mean that the web server

Continue reading…

How to Create Custom Error Pages in cPanel

This tutorial will explain how to create a custom error page for your website in cPanel. Your website visitors can see an error page whenever an error has occurred while browsing your site. Apart from the general error pages, with custom error pages you can change the predefined error pages and add a custom message

Continue reading…

How to Create a Custom WordPress 404 Error Page

In this article, we will discuss how to create a custom error page for a “404 Requested page not found” error. The main intention behind a custom error page is to inform the visitor that the website has received the request but the requested page does not exist there. Quick Steps Login to your cPanel

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…