Posted by I V on 06/04/07 21:53
On Mon, 04 Jun 2007 19:16:47 +0000, vunet.us wrote:
> I provide some of my clients with web interface. Those clients want to
> use their own domains to show my website. For example, my client has a
> domain clientname.mywebservice.com but I want them to have
> clientname.com with a content of clientname.mywebservice.com. iframe
> or frame is a way to go, obviously but I want to explore other
> possible solutions...
(Tried to post this before but it doesn't seem to have made it)
Use DNS - make www.clientname.com a CNAME for clientname.mywebservice.com
.. Depending on how your webserver is configured, you may also need to set
www.clientname.com as a virtual host name for the website in question.
[Back to original message]
|