i have two domains.one droplet.and i have installed vestacp in it. so, now i want to make two domain with same content of website.when i update one directory.it must have to show on both domain.
example :
site.com/file.php = site.info/file.php
lets call the vestacp directory as ‘site’, when i update ‘file.php’ in ‘site’ directory.it must have to update both the site.com and site.info content.
i think this is clear.help me to make this work. one of my domain is in GoDaddy.
Thank You
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Welcome to digitalocean! If you would like to handle your droplet both domains to the same directory you need to take a few steps:
First of all you need to get in your DNS manager, here at DO or at your registrar, and redirect an A record to your droplets IP. So for example site.com --> 104.202.30.1 Do this for both domains. If you would like to create multiple domains/subdomains, just create a CNAME record.
Once there has been a DNS update, the domains will be redirected to your droplet. After you’ve done the DNS changes, you need to let your server handle the queries from people. It depends what kind of webserver you are using, but with most of the webservers (nginx, apache) you need to change your virtualhost / create a new one.
In the virtualhost configuration you need to let it handle the domains. In apache thats being done with:
In nginx its being handled as following:
Hope this is enough information to get you started. If you need any more help in future just ask here or contact me on skype: cryptic-designs