Hardening
Making WordPress Secure
Overview
If you already have an instance of WordPress running and have only installed the Underscores theme we need to ensure that the rest of your WordPress installation has some basic security measures in place. The Grove follows the recommended security protocols defined in this article: https://wordpress.org/documentation/article/hardening-wordpress/
You can follow the guide below to ensure these practices are in place.
wp-config.php
Inside of the wp-config.php file we need to ensure we have the following security measures in place:
.htaccess
If we're using Apache as our Web Server we'll need to add some additional rules to the .htaccess file. You can simply copy and paste each item, in order, starting at the top of the file.
Last updated