Hello again Bitfolkers,
As you all know my development site is up and working, a big thanks to all of you!
So the latest:
In my Zone file I have:
Blah blah (all works)
A 212.13.194.199
www CNAME ucanuk.org.
*.ucanuk.org. IN A 212.13.194.199
I am using the domain module for drupal which automatically creates a subdomain test.ucanuk.org
but the module reports that "
http://test.ucanuk.org/ is not responding and may not be configured correctly at the server level.
Server code 503 was returned." The module loads correctly so I guess I've nearly got the configuration right, but before I go messing with the apache conf I want to know if this is the correct entry in the zone file. I have seen the following recommended:
www.ucanuk.org. IN A 212.13.194.199
*.ucanuk.org. IN CNAME ucanuk.org.
Should I try the latter?
Regards,
Cliff..