Hi I have three domain's
a-b.com
ab.com
ab.co.uk
They are all hosted on the same host
ab.com and ab.co.uk redirect to a-b.com
I added three sub domains through cpanel:
blog.a-b.com
blog.ab.com
blog.ab.co.uk
they all resolve to the same server folder:
a-b.com/public-html/blog/
I then used Fantastico to install wordpress in that folder.
I created a wordpress website. Now when I go to:
http://blog.a-b.com/ < the CSS doesn't load
http://blog.ab.com/ < website cannot be found
http://blog.ab.co.uk/ < website cannot be found
I added the sub-domains over 15hours ago
Any idea's what I have done wrong, or what I am missing?
*EDIT*
I just added these to lines to functions.php of my current theme:
update_option('siteurl','http://blog.a-b.com');
update_option('home','http://blog.a-b.com');
And the CSS is loading but the images aren't.
Anyone know what I just did!?