Report this

What is the reason for this report?

How to make Domain Name appear in browser address bar instead of IP address

Posted on August 19, 2014

I followed the directions at https://www.digitalocean.com/community/tutorials/how-to-set-up-a-host-name-with-digitalocean for setting up a host name with digital ocean. However when I visit my domain name (www.domain.com) it opens up the website but then the ip address appears in the address bar instead of the domain name. How do I change this so only the domain name appears?



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.

This question was answered by @JonsJava:

Is this a wordpress site? If so, that information is stored in the database, in the wp_config. You can fix it with this query (modify for your needs before using):

UPDATE wp_options SET option_value='http://domain.com' WHERE option_name IN ('siteurl','home');

View the original comment

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.