By allkin
Hello, I just joined digitalocean and created a virtual host with wordpress(used the one click install). I followed the tutorial and now when i try to access the site, the domain works but all internal links point to IP. My DO looks like this: http://i.imgur.com/iEs7qZ9.png The test site link is : southparkromania[dot]com If I need to give any more info, tell me :).
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!
This will be a database issue.
You’ll need to modify the database for your site, and find all columns in wp_options that are set to ‘http://YOUR_IP’ and change them to ‘http://YOUR_DOMAIN’
something like this (this is merely an example – DO NOT COPY/PASTE THIS):
UPDATE wp_options SET option_value='http://domain.com' WHERE option_value='http://1.2.3.4';
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.