cPanel

How to fix DBCACHE: exit 11 error with cPanel and MariaDB

Symptoms Updating MariaDB to v10.2.35 or v10.3.26 may hinder select sites to be inaccessible and the MySQL Database interface within cPanel may populate “The MySQL server is currently offline.”   Workaround As of 2020-11-06, cPanel development team has released an autofixer to address this issue. If you are experiencing this problem now, though, you may

How to fix DBCACHE: exit 11 error with cPanel and MariaDB Read More »

How to Force HTTPS using .htaccess

Encryption is essential and security is priority. If you want to force your users to use HTTPS version of your website, you can use a small code to do this. Open .htaccess on your public_html folder or any sub-folder and add this code on top: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R,L] change

How to Force HTTPS using .htaccess Read More »

EasyApache is currently upgrading your Apache and PHP installation

If you are continuously getting the message “EasyApache is currently upgrading your Apache and PHP installation” While trying to configurting PHP and suEXEC in WHM Try this on SSH: mv AN_EASYAPACHE_BUILD_IS_CURRENTLY_RUNNING AN_EASYAPACHE_BUILD_IS_CURRENTLY_RUNNING_bk Your issue should be solved. source

EasyApache is currently upgrading your Apache and PHP installation Read More »