Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

hosting - getting started - 3rd level domains

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Error 500  
Author Message
anonymous228

External


Since: Oct 26, 2003
Posts: 38



(Msg. 1) Posted: Mon Dec 15, 2003 11:36 am
Post subject: hosting - getting started - 3rd level domains
Archived from groups: microsoft>public>inetserver>iis (more info?)

newbie questions ahead....

Am looking at moving a site currently hosted by Verio on to a box here in order to host an app. Box is running XP pro. Lets say my registered domain is mystore.com. I need to create several (couple dozen ?) third level domains, such as:

acme1.mystore.com
acme2.mystore.com

Are there limits to the # of third level domains to create?
How is this done w/ IIS?
How does IIS resolve a URL request (http://acme2.mystore.com/products.htm for example) to a directory on the box?

Need to use SSL in order to take CC orders. If orders are finalized at "secure.mystore.com", can i use just one certificate and "register" it at this 3rd level (secure) or do i register it at www.mystore.com ?

 >> Stay informed about: hosting - getting started - 3rd level domains 
Back to top
Login to vote
user164

External


Since: Aug 01, 2003
Posts: 172



(Msg. 2) Posted: Mon Dec 15, 2003 2:46 pm
Post subject: Re: hosting - getting started - 3rd level domains [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > Are there limits to the # of third level domains to create?

This is only limited by your DNS provider.

 > How is this done w/ IIS?

It's not.

 > How does IIS resolve a URL request (http://acme2.mystore.com/products.htm
for example) to a directory on the box?

By using host headers, or by creating a site at each address.

 > Need to use SSL in order to take CC orders. If orders are finalized at
"secure.mystore.com", can i use just one certificate and "register" it at
this 3rd level (secure) or do i register it at <a style='text-decoration: underline;' href="http://www.mystore.com" target="_blank">www.mystore.com</a> ?

SSL certificates should be registered for the most specific common name
possible, to avoid errors. If you're using secure.mystore.com, then that's
the name that should be on the cert.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: hosting - getting started - 3rd level domains 
Back to top
Login to vote
anonymous131

External


Since: Oct 17, 2003
Posts: 720



(Msg. 3) Posted: Mon Dec 15, 2003 2:46 pm
Post subject: Re: hosting - getting started - 3rd level domains [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

....and to add to this, you'll need to upgrade your OS
from XP to a server version. IIS on XP only supports 1
site.

doug
 >-----Original Message-----
  >> Are there limits to the # of third level domains to
create?
 >
 >This is only limited by your DNS provider.
 >
  >> How is this done w/ IIS?
 >
 >It's not.
 >
  >> How does IIS resolve a URL request
(http://acme2.mystore.com/products.htm
 >for example) to a directory on the box?
 >
 >By using host headers, or by creating a site at each
address.
 >
  >> Need to use SSL in order to take CC orders. If orders
are finalized at
 >"secure.mystore.com", can i use just one certificate
and "register" it at
 >this 3rd level (secure) or do i register it at
<a style='text-decoration: underline;' href="http://www.mystore.com" target="_blank">www.mystore.com</a> ?
 >
 >SSL certificates should be registered for the most
specific common name
 >possible, to avoid errors. If you're using
secure.mystore.com, then that's
 >the name that should be on the cert.
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: hosting - getting started - 3rd level domains 
Back to top
Login to vote
anonymous228

External


Since: Oct 26, 2003
Posts: 38



(Msg. 4) Posted: Mon Dec 15, 2003 2:46 pm
Post subject: Re: hosting - getting started - 3rd level domains [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

but are these 3rd level domains considered different sites?

i thought that "mystore.com" was the one site and the others are virtuals. Is that the case?
 >> Stay informed about: hosting - getting started - 3rd level domains 
Back to top
Login to vote
anonymous131

External


Since: Oct 17, 2003
Posts: 720



(Msg. 5) Posted: Mon Dec 15, 2003 3:20 pm
Post subject: Re: hosting - getting started - 3rd level domains [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

yes, they are sites.

mysite.domain.com is a site
domain.com/mysite/ is a site with a virtual directory

doug
 >-----Original Message-----
 >but are these 3rd level domains considered different
sites?
 >
 >i thought that "mystore.com" was the one site and the
others are virtuals. Is that the case?
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: hosting - getting started - 3rd level domains 
Back to top
Login to vote
anonymous228

External


Since: Oct 26, 2003
Posts: 38



(Msg. 6) Posted: Mon Dec 15, 2003 3:36 pm
Post subject: Re: hosting - getting started - 3rd level domains [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

  >> yes, they are sites.

So if i need to have dozens of 3rd level domains, i have to use either W2k Server or W3K Server?<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: hosting - getting started - 3rd level domains 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 7) Posted: Mon Dec 15, 2003 11:16 pm
Post subject: Re: hosting - getting started - 3rd level domains [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Mon, 15 Dec 2003 11:26:11 -0800, "Chris"
<anonymous.DeleteThis@discussions.microsoft.com> wrote:

 >but are these 3rd level domains considered different sites?
 >
 >i thought that "mystore.com" was the one site and the others are virtuals. Is that the case?

You can create them as subwebs, but they end up as
mystore.com/subweb1, etc.

XP Pro has only a single web site and no host headers.

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: hosting - getting started - 3rd level domains 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Hosting Multiple Domains using IIS 5.0 & Win2K Server - How do I setup IIS 5.0 if I want to hosting multiple Domains?

IIS low level programming? - Hello! I'm a newbie to the IIS or at least to the way which I am trying to use it for my current project. I need some advice, but because I am not sure if this is feasible at all, I'll be short on describing the problem and its background. Here it is:....

ADO and IIS Application Protection level - I have an isapi application connecting to Oracle via ADO that works fine on my Win2000 workstation. But when I move the isapi dll to the production server (XP Terminal Server), the dll will only run if the Application Protection level is set to low. If...

IIS & XP Pro : Service could not be started - After installing IIS several times I can't get it to work. The installation seems to be completed successful but I can't get it to work. If I open the Internet Information Services in the Administrative Tools I see my computer and that's it. No sign....

IIS service - not started - My PC is running on MS Windows 2000 Professional. I am unable to use some of the IIS services IF I give http://localhost/ in internet Explorer I get an "Authentication Failed " error meaage the error message number is 1474 I couldn't view my AS...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]