Wordpress

Getting Started with Bitnami WordPress

Spining up a new WordPress site, I had a few glitches until I came across this post: https://docs.bitnami.com/aws/how-to/get-started-wordpress-aws-marketplace-intermediate/ Update WordPress To Use The Domain Name Update this section and replace the variablesdefine(‘WPSITEURL’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/’);define(‘WPHOME’, ‘http://’ . $SERVER[‘HTTPHOST’] . ‘/’); Remove The Bitnami Badge Let’s Encrypt free Certificate Authority (CA) https://docs.bitnami.com/general/faq/configuration/configure-custom-domain/ 1/100DaysOfCode