I am trying to set up a simple website, like I’ve done a dozen times, with no problems. Initially, I created a subdomain of my own domain, great-roofing.edvelaj.net, pointed it to a folder under /var/www and it worked fine. Later, I bought the real domain, thegreatconstruction.com the one I intend to use for this website, replaced it in the apache configuration, and deleted the old subdomain. Now whenever I go to thegreatconstruction.com, it gets redirected to great-roofing.edvelaj.net, no matter what I do. I deleted the apache configuration, deleted the files under the /var/www folder (in case the .htaccess or any other file did any tricks), deleted the domain configuration on the digitalocean panel, it still redirects without fail. What is happening here? This is beyond frustrating.
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.
Hi there,
In case that you are using a CMS like WordPress, you need to make sure that you’ve updated the site and the home URLs to the new domain name and also it is a good idea to update all references in your database from the old domain to the new one.
Also if you have a caching plugin, make sure to delete all caches.
Let me know how it goes. Regards, Bobby
Thanks, Bobby. This seems to be exactly the case!