Basic steps to secure your WordPress site.
Change the WP site URL to HTTPS: cd /opt/bitnami/apps/wordpress/htdocs sudo nano wp-config.php #To change the WP seting URL to HTTPS define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST']
A collection of 1 post
Change the WP site URL to HTTPS: cd /opt/bitnami/apps/wordpress/htdocs sudo nano wp-config.php #To change the WP seting URL to HTTPS define('WP_SITEURL', 'https://' . $_SERVER['HTTP_HOST']