Hi,
My site using WordPress and runs on a Linux server on AWS EC2.
WordPress version is 4.9.12, and PHP version is 7.2.17.
I want to output wordpress pages with SimplyStatic plugin, but there is an error in this item in “Diagnosis”.
Checking if WordPress can make requests to itself from [EC2 instance IP address] — ❌ Received a 302 response. This might indicate a problem.
To solve this error, I tried the following method:
First, I added the host name of EC2 instance to 127.0.0.1 in etc/hosts. (but it could not be solved.)
Next, I added the instance IP address to the hosts file, followed by the instance hostname. (however, this did not resolve the error.)
What else can I do to resolve this error?
Thanks