when you create the website in IIS you will define the root directory of 
that site. So if you have the header, port and IP setup for the website, 
everything should work fine.

Recap: call the folder whatever you like. Just make sure you map the website 
to that folder.

I usually create two headers one for www.here.com and here.com.

E

From: Robert Everland <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: OT: IIS sharing on IP address
Date: Wed, 21 Jun 2000 13:21:59 -0400

What I'm asking is say I make it up the ip address is 192.168.0.2 the port
is 80 and the header is www.here.com, what do I call the folder to keep the
website in. Do I call it what I called my header, and do I make 2 headers,
one for www.here.com and here.com or just have my DNS refer to it.

Robert Everland III
Web Developer
Dixon Ticonderoga


-----Original Message-----
From: Eric Dawson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 21, 2000 12:51 PM
To: [EMAIL PROTECTED]
Subject: RE: OT: IIS sharing on IP address


if I understand correctly. you have to go in after creating the website in
IIS and rightclick properties. on the first page, you'll have to hit an
advanced button or something like that to get to where you can enter the
header informtion.

HTH

From: Robert Everland <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: RE: OT: IIS sharing on IP address
Date: Wed, 21 Jun 2000 12:31:31 -0400

How do you go about writing the header information, do you put the url
there, or do you put the folder. That's the only thing I can't figure out.
It doesn't say specifically in the documentation on what to do.

Robert Everland III
Web Developer
Dixon Ticonderoga


-----Original Message-----
From: Todd Ashworth [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 21, 2000 12:25 PM
To: [EMAIL PROTECTED]
Subject: Re: OT: IIS sharing on IP address


As I recently learned from someone else in here, you *could* do it like
this.

In the default document of the root web at the IP address, put something
like this:

<CFSWITCH EXPRESSION="#lcase(CGI.SERVER_NAME)#">
      <CFCASE VALUE="www.site1.com, site1.com">
          <CFLOCATION URL="/folder1/">
      </CFCASE>
      <CFCASE VALUE="www.site2.net, site2.net">
          <CFLOCATION url="/folder2/bob.cfm>
      </CFCASE>
      <CFDEFAULTCASE>
          <CFLOCATION URL="/index.cfm">
      </CFDEFAULTCASE>
</CFSWITCH>

Under these conditions, if someone typed www.site1.com, they would get
redirected to www.site1.com/folder1/.  www.site2.net would be
www.site2.net/site2/bob.cfm.  Anything else and they get sent to index.cfm
in the root folder.  It might not be 100% clean and pretty, but it works
well, especially for 'simpler sites'.  Besides, most people won't know the
difference anyway.

A couple of working examples would be www.campcheokee.org, or
www.littlegoldangels.com  [don't laugh, I didn't make these, I just set up
the servers ;) ]

Todd Ashworth
Web Application Developer
(803) 327-0137 [111]

| I have been looking through the help though I am not sure exactly
| what to search on. What i want to do is have as many domains as I want
| sharing on ip address, though i can't find out how to go about doing this.
| Anyone who knows how to do it would be greatly appreciated.
|
| Bob Everland


----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to