Question : Changing A record

My client has a domain name that is hosted at XO.com. Their DNS points to their server.

I would like to host just the website part on my server. So I went to the XO control panel and setup an A Name. I pointed www.domainname.com to my IP. And it works.

However when a user goes to http://domainname.com it goes to the old site.

How do I setup that? I tried *.domainname.com but the XO control panel does not accept it.

Thanks!
 
XO Control Panel
326704
 

Answer : Changing A record

Hm, that should not happen - can you try to explicitly specify a delimiter line

getline(cin,productName,'\n');

or

char buf[255];

cin.getline(buf,255);

productName = buf;

?

(sorry, have to be offline for a little while now)
Random Solutions  
 
programming4us programming4us