I had took a snapshot of a server on my digital ocean account. However my 404 error page redirecting to old domain. How do i change this to point to this servers?
Many thanks
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 @louisefinch,
There are a few things that I could suggest checking:
Make sure that your
ServerName
in your Apache Vhost matches your domain nameIf you are using a CMS like WordPress, make sure that your Site and Home URLs are set to your domain name as well
Check your
.htaccess
file for any possible rewrite rules that could be causing the redirectLet me know how it goes. Regards, Bobby