Hi I am running my website in Linux VPS with dedicated IP few weeks ago I found someone else domain is pointing to my website
Ex :: mydomain.com === server my site content otherdomain.com === also server my site content If I update or modify its getting updated on other domain too…
please need help any settings to prevent this
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!
What if simply add Apache virtualhost for the “otherdomain” and point it to 404?
my web site have same problem.
Hi, have you set the domain correctly in your virtual hosts file?
There is a tutorial here:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-14-04-lts
Once the domain has been set correctly any domains not listed in the hosts file will not show your servers content.