Suggestions to Secure WordPress website

To reduce Internet threat (i.e. being hacked) against your WordPress, you may consider to Backup your WordPress (files + database) regularly Keep WordPress (core , theme , plugin) are updated Use Strong password for admin users Use Two Factor Authentication (2FA) Use...

About MariaDB (and MySQL) SQL Mode

Starting from MariaDB 10.2 and MySQL 5.7, the default SQL Mode will be changed – From the original default “NO_ENGINE_SUBSTITUTION”, Change to “ONLY_FULL_GROUP_BY, STRICT_TRANS_TABLES, NO_ZERO_IN_DATE, NO_ZERO_DATE, ERROR_FOR_DIVISION_BY_ZERO,...

Redirect from http to https

If user installed SSL, and wants the entire website redirect from HTTP to HTTPS, users can add the following to .htaccess. (Before modifying, if there is an existing .htaccess file, remember to backup first) RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*)...

About MySQL and MariaDB

We will gradually replace MySQL database with MariaDB database. According to Wikipedia MariaDB is a community-developed fork of the MySQL relational database management system intended to remain free under the GNU GPL. It is notable for being led by the original...

Pin It on Pinterest