If you manage your cPanel server, like everyone out there, you will take steps secure your cPanel server. Once common practice in doing that is to disable PHP functions that are considered potentially dangerous. Dangerous in the sense that these are often used by hackers and rarely used otherwise in common scripts. I did the […]
Category: Cpanel
How to backup emails on cPanel
Whenever recreate the email account it is always better to take emails backup after that you can restore the backup for newly created email accounts. For email account’s backup we need to login into shell as a root user and follow steps: […]
Redirect For 404 Error page
Sometimes when browse the website we got the error message (404 page not found)it occurs when you are trying to visit the page which has been removed or not available for some reasons. So it is better to create a 404 page for your site and redirect traffic from incorrect urls and prevent your website […]
Clean Your DNS Cache
DNS cache always stores the location of recently browse pages, If your DNS cache is not updated you will not be able to access the pages or most probably you are getting 404(not found) error. So this is a time to clean or restart Windows’ DNS cache, To clear DNS Cache in client, follow the […]
MySQL stored procedure and permissions
We are getting the error while creating procedure in MySQL on windows #1044 – Access denied for user ‘my_user’@’%’ to database ‘my_dataabse’ For this , web hosting have to give CREATE ROUTINE, ALTER ROUTINE, and EXECUTE rights to database and database user.in simple way you can say that you need the SUPER privilege for this […]
cPanel log file locations: Apache, Email, FTP, MySQL, WHM, Access and Error
Previously, we wrote this comprehensive blog post, with all the possible cPanel log files and the log locations. But there was not much information on how to use those log files. So I am redoing the post to have that necessary information as my readers asked. The post will turn into a cPanel logs cheat […]
How to force cpanel backup
You are going to make a big configuration change, hardware upgrade or mass updating user files on your cpanel services. Making a backup is the first thing do in such cases, and you want to do it before your scheduled backup. Cpanel does not offer making instant backups just like plesk. You will need ssh […]
How do I redirect my site using a .htaccess file
Overview This document will explain how to create a .htaccess file to redirect your site or site content. This will not redirect any emails for your domains. CAUTION: As a configuration file, .htaccess is very powerful.Even the slightest syntax error (like a missing space) can result in your content not displaying correctly or at all.Since […]