Closed wangcarlton closed 3 years ago
Ignore the route53 record, you can paste the endpoint value in the textfield, even it prompts "Choose Load Balancer"
Also an extra step after setting up the certificate/dns zone etc. to support https on the wordpress site Add following to wp-config.php: if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false) $_SERVER['HTTPS']='on'; Reference: https://docs.bitnami.com/aws/how-to/configure-elb-ssl-aws/
Hey,
Thank you for providing this elaborate guide, by following the guide, I came across two questions:
Please see the snapshots for more info.
Thank you.