Hi,
I’ve installed Wordpress with Ubuntu (Apache) using the application and tutorial you provide. Using the Wordpress panel I changed the URL to http://www.mydomain.com but now it doesn’t work having the site crashed, but it works when I put http://mydomain.com. What am I doing wrong? I have this on my GoDaddy account:
A @ MY IP 1 day
CNAME ftp @ 1 hour www @ 1 hour
Thanks in advance!
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!
Open
/etc/apache2/apache2.conf
in nano as root:Find the line that says
Servername your droplet's IP address
(you can search by pressing Ctrl-W, typing your IP address, and pressing Enter) and make sure the line below it looks like this:Then, restart Apache:
If that doesn’t fix it, can you post the actual domain name?