Configure DNS on host so when user types their own domain in web browser, they see a subdomain on my server. Subdomain is set as a wildcard in DNS already, and routes to a php script which captures the subdomain name, and looks up the matching content from a mysql database.
Note: We have already tried:
CNAME, A record
htaccess
Host is Hostgator. Their tech guys have spent 2 weeks trying to get the DNS to resolve the wildcard subdomain, and could not do it.
THIS IS NOT A JOB FOR BEG…