Hi,
I transferred a snapshot from one account to another account and created a droplet from it.
I then configured a new site inside it (abc.co.uk). The snapshot had everything on it I needed.
However, once I changed the A record for the new site (abc.co.uk) using the IP of this new droplet, it now always ‘redirects’ to the default site from the snapshot (xyz.co.uk)! I have created conf file for it in ’/etc/apache2/sites-available’ and restarted apache.
Could you possibly tell me what I have missed?
Best regards, Kris…
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
OK, is was me! I didnt enable the new virtual host file for the new site: sudo a2ensite example.com.conf
Thanks :D
Hi @kharmer,
What type of website you have, is it a WordPress one or something similar? Additionally, I’ll take it everything in your Apache config file is correct.
I’m asking about the website as sometimes the domain’s name is saved in the database and creates this redirection problem you are mentioning about now.