The request for an A record for domain.co.uk can not be done since the mail program uses this to queue and push the email. Anyone who types in domain.co.uk (without the www.) will not arrive at the web site. They offer a solution that will redirrect any http requests to www.domain.co.uk.
I'm worried that a redirrect will affect search engine perception of the site. I thought (perhaps mistakenly) that an A record can be created for the website and a separate MX record is created for mail. Should they be able to do this?
Is the best solution a .htaccess file with: redirect 301 / [domain.co.uk...]
or am I mixing things up?
>> If they can't do that whats the safest re-direct solution?
I would suggest transferring the domain to competent hosts :) Seriously, its not something that should cause them trouble
an "A" record for example.com
a CNAME for www.example.com
a MX record pointing to example.com
This allows both example.com & www.example.com to resolve, and mail sent to some-name@example.com to be routed to the mail server specified on the MX record.
Hope that helps.
It appears that the other posters are correct. Find a competent company to host your DNS or do it yourself (or educate these people if you can).
Thanks, Richard Lowe
I'v asked if he can do
redirect 301 / [domain.co.uk...]
He's going to get back to me