WEBSITE DISPLAYING "IT WORKS"

0

I was initially using the Let's Encrypt SSL on a WordPress lightsail instance and I decided to use the cloudfront SSL. I was instructed to disable https redirection for the website from server side and allow the distributionto pull content from http only, which I did. I tried to load the website now any the only thing that is showing up is "It works".

How do I fix that?

asked 2 years ago256 views
1 Answer
1

Hello,

Based on the details that you have shared with us, it looks like apache/nginx configuration on the instance is probably missing the virtual host configuration for port 80.

Could you test out the below URLs and see what are you getting. Here, instance_ip is the IP address of your Lightsail instance. http://instance_ip https://instance_ip

If HTTPS is working while HTTP is not, then kindly check vhost file for port 80 and configure it like port 443 vhost file. Below third party document can help you in this case:

https://docs.bitnami.com/virtual-machine/infrastructure/lamp/configuration/configure-custom-application/

Let me know the results of above URLs to further check on it.

AWS
SUPPORT ENGINEER
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions