EC2 Instance of Wordpress not mapping URLs correctly
Posted
by
Benjamin
on Server Fault
See other posts from Server Fault
or by Benjamin
Published on 2011-11-14T04:27:00Z
Indexed on
2011/11/14
9:57 UTC
Read the original article
Hit count: 189
amazon-ec2
|Wordpress
I'm using an AWS EC2 micro instance to run a wordpress blog.
I've successfully mapped a subdomain to the Elastic IP for the micro instance. After a few minor changes, the URL I mapped to the Elastic IP (blog.example.com) opens up the wordpress home page but whenever I click on any of the wordpress links the domain changes to the AWS public DNS for that instance (http://ec2-123-45-678-910.compute-1.amazonaws.com/wordpress/).
How do I fix the URLs so that they all follow the subdomain I have setup?
© Server Fault or respective owner