Here is a copied link
https://wordpress.org/support/topic/plesk-hijacking-a-valid-secure-website/#post-13340866
from a support request from Wordpress.org
It is the summary of my current reason for posting here as Digital
Ocean is my host provider.
The title to this question is the problem I am experiencing.
I have a domain by the name www.bhingssweets.com
and it WILL load from all other computers except
from my home laptop on all three broswers (Chrome, Edge, Safari)
The laptop is running Windows 10.
I am running a SelfHosted Wordpress Virtual private server
and have installed a Certbot certificate to the appropriate
nginx config file.
I have flushed the DNS from PowerShell and no change.
I have cleared the browser’s cache numerous times and no change.
In spite of all of this attention to this I am hoping
that you Digital Ocean gurus can help.
Please advise, thank you.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi Yannek and all who replied,
RESOLVED. There was a much deeper issue at play with this Plesk
‘hijacking’.
Without the properly configured nginx and php configuration files this
problem could never have been resolved as I posted it.
Specifically, the source of this problem was random previously unnoticed
duplicate blocks/snippets of the same code in the
/etc/nginx/conf.d/YOURDOMAINNAME.conf file.
Also, in this same config file was added a line of code to **listen for
port 80 ( in addition to listen to 443 for ssl )**
See below.
Here is WHAT NEEDS TO BE AT THE HEAD OF THE DOMAINNAME.CONF FILE
I am sure this would never have been addressed but fortunately with my
keeping up with the configuration files by comparing an already
successfully installed other domain with the
in process not yet installed site paid off.
No more Pesky Plesky default page. Hooray.
Hi, When you ping your domain from your laptop, do you get a response from your DO droplet IP ? If not, please check if there is any entry related to your domain in your laptop’s Windows 10 Hosts file. The path to it is %WinDir%\System32\Drivers\Etc\hosts
HI all,
I have tried both suggestions from your replys however there is still
no change in the situation.