Currently, I can access my WP homepage with the elastic IP and it works very well,
Well, doesn’t work for me.
And apparently, it’s not just me.
Thank you for your reply. I can access my WP with the elastic IP but I cannot through the domain name.
My elastic IP is 34.203.158.144
If you type it, then you will access my WP page, but I cannot do the same with the domain name. This message appears to me
“The site you were looking for, https://wwwzezotechcom.34.203.158.144.xip.io/, does not exist. ”
I tried through the DNS propagating check and it shows the ip address for me.
DNS is working fine now, so this is outside the realm of your domain’s registrar now.
But you have a re-direct loop: the URL https://zezotech.com/ redirects to https://www.zezotech.com/ which also redirects back to https://zezotech.com/ which in turn redirects again to https://www.zezotech.com/ which redirects again to https://zezotech.com/ …. and on and on ad infinitum.
You need to fix this before you can proceed any further.
]]>define( ‘NOBLOGREDIRECT’, ‘https://www.zezotech.com’ );
define( ‘WP_HOME’, ‘https://www.zezotech.com’ );
define( ‘WP_SITEURL’, ‘https://www.zezotech.com’ );
The remaining two lines are still in the wp-config.php file
However, now when I access through my domain name, it shows only the footer of my wordpress main page with the following message:
” The site you were looking for, https://wwwzezotechcom.34.203.158.144.xip.io/, does not exist. ”
and it redirects me to the following link:
” https://34.203.158.144.xip.io/wp-signup.php?new=www.zezotech.com “
I reinstall everything from scratch and it works now
]]>