0

Just wondering if anyone can assist me with the following query.

I want to allow a customer to utilise our web application for their clients and they have a spare domain.

How do we go about mapping their domain to point to our application and then their clients will think the application is theirs and not us as it sits on our domain?

John Gardeniers
  • 27,262
  • 12
  • 53
  • 108
Bill Johnson
  • 301
  • 1
  • 5
  • 14
  • 3
    Hey Bill - you really should go back and mark answers to your previous questions as "accepted". – EEAA Feb 24 '11 at 22:49

1 Answers1

0

Have there domain DNS A record point to your web application IP. If you use Virtual Hosts, make sure you add a record for that domain. Also depending on your application it may need modification to "think" its your customers application.

xeon
  • 3,796
  • 17
  • 18
  • Hi, I have a hosted web server for which the application sits on. What record would I need to add? thanks – Bill Johnson Feb 24 '11 at 23:40
  • Who ever owns the domain needs to make DNS changes on the listed name servers for the said domain. – xeon Feb 24 '11 at 23:49