NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Gerrit on June 25, 2010, 06:39:03 AM

Title: Multiple websites on the same port.
Post by: Gerrit on June 25, 2010, 06:39:03 AM
I've read through the previous posts about this subject but still a bit unclear to me.
I've compile and run example MultiSite6 (59) in NT 5

I need to run multiple sites on same server on port 80. I would have thought by referencing my Server URL with a /Site name would work fine for me.
Example : http://<myserver>/Site1
                http://<myserver>/Site2
The host.exe will then redirect the request to specific site.

Will this be be possible?

Many Thanks





Title: Re: Multiple websites on the same port.
Post by: Bruce on June 25, 2010, 07:42:40 AM
I've not tried it like this.
I've always changed the first part
so
http://www.capesoft.com
http://www.faswin.com
http://forums.capesoft.com
and so on.

you can put anything you like before the .capesoft.com part of the domain, so there's no limit on the number of sites.

cheers
Bruce
Title: Re: Multiple websites on the same port.
Post by: Gerrit on June 28, 2010, 02:19:13 AM
Thanks Bruce.
This works great for me know.
Cheers
Gerrit