Category Archives: Web Hosting

How to fix 404 Page not found error in WordPress.

By | February 20, 2022

Recently When I was restoring my website from the backup, I ran into a problem where all the posts started failing with the error 404 page not found. 404 page not found usually means that the server can’t find the request made by the user. This usually is nothing to do with the server problem,… Read More »

How to Generate Self Signed Certificate Using your Custom CA.

By | April 23, 2020

Many times you must be in a need of using a self signed SSL certificate, may be for your apache or nginx webservers. In this article we will see how to generate the Self Signed Certificate using your Custome CA.  Using your own Root CA, you can sign and approve as many as Certificates you… Read More »

How to download “Blocked Attachment”​ by antivirus from Gmail?

By | February 22, 2020

I always work on a simple principle – “Keep the things simple”. This simple concept always helped me personally and professionally. Recently I have gone through an incident which again proved that the said concept always works. In 2014, I have worked very hard to create a web application. It took me hell lot of time,… Read More »

cPanel – phpMyAdmin asking for Username and Password. Error – Access Denied.

By | January 6, 2020

If you have Upgraded or Downgraded MySQL/MariaDB Version, you may fall into phpMyAdmin Access Denied Error. If you are trying to redirect to phpMyAdmin from cPanel Account and you are prompted for Username and Password and you see                    “mysqli_connect(): (28000/1045): Access denied for user ‘cpses_deiskeisdj4g’@’localhost’ (using… Read More »

How to Upgrade and Downgrade MariaDB Version in WHM/cPanel – Part 8

By | January 5, 2020

There might be a Scenario that you are running your web application from So long which is pointing to your MariaDB (say Version 10.1.43). Now you planning to migrate your application to your dedicated Server in AWS. Whn you are trying to Install the cPanel It Comes Up with Mysql 5.7 Database which is causing… Read More »

Redirect HTTP to HTTPS for your Website on cPanel – Part 7

By | January 5, 2020

By default when you enable SSL on your website it does not get redirected automatically, though if someone uses https://www… manually in the URL, then he will be able to make secure connection but usually no one put https before running any website. So this need be redirected automatically to https in order to make… Read More »

How to use an SSL Certificate for your cPanel Website for Free – Part 6

By | January 4, 2020

This Post is all about the generating SSL Certificate for your website for free. SSL stands for Secure Socket layer and help you to build a trusted connection for your visitors. Anyone can create a Self Signed Certificate, but that will be marked as Not Secured by your browser which can create a negative thoughts… Read More »