By gschnieders
The IP address of my droplet still points to a domain (was a redirection), I already removed (a couple of days ago) that .conf file. I reloaded and restarted the apache2 service, but still my IP points to that certain domain. I looked at the default .conf and other files but I can’t find any answer, why it’s still doing that redirection.
Thanks in advance.
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!
What do you mean? Does your domain redirects to an IP? Did you disable the config file? Please be more specific and post files.
Try checcking if the site is still enabled in the /etc/apache2/sites-enabled directory. You can do that by
ls /etc/apache2/sites-enabled
If the site is still enabled, delete it:
sudo rm /etc/apache2/sites-enabled/site.conf
Then reload Apache:
sudo service apache2 reload
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.