Re: OT: IIS Question...

2008-05-08 Thread Cutter (CFRelated)
Why do you do that? Preserving the original domain?

On the 'Web Sites' tab of a site's properties there is an Advanced 
button next to the IP Address field. Here you can specify a number of 
separate host headers for the same site. (This is for IIS 6. IIS 7 may 
be different, I haven't played with it yet.)

Steve Cutter Blades
Adobe Certified Professional
Advanced Macromedia ColdFusion MX 7 Developer
_
http://blog.cutterscrossing.com

JediHomer wrote:
 I tend to create 2 sites in IIS, one containing the host-header
 www.mydomain.com, this one contains the site, then the other site
 created contains all the variations to the host-header, then set the
 home directory to be a permanent redirection to the first site.
 
 HTH


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304827
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: IIS Question...

2008-05-08 Thread JediHomer
Just so that all domains and variations for that domain are sent to
the full domain name that we use to market that site.

We will often but the .co.uk and .net domains but only market the
..com.  We then get the .co.uk and .net to forward to the .com


2008/5/7 Cutter (CFRelated) [EMAIL PROTECTED]:
 Why do you do that? Preserving the original domain?

 On the 'Web Sites' tab of a site's properties there is an Advanced
 button next to the IP Address field. Here you can specify a number of
 separate host headers for the same site. (This is for IIS 6. IIS 7 may
 be different, I haven't played with it yet.)

 Steve Cutter Blades
 Adobe Certified Professional
 Advanced Macromedia ColdFusion MX 7 Developer
 _
 http://blog.cutterscrossing.com

 JediHomer wrote:
 I tend to create 2 sites in IIS, one containing the host-header
 www.mydomain.com, this one contains the site, then the other site
 created contains all the variations to the host-header, then set the
 home directory to be a permanent redirection to the first site.

 HTH


 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304896
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: OT: IIS Question...

2008-05-06 Thread JediHomer
I tend to create 2 sites in IIS, one containing the host-header
www.mydomain.com, this one contains the site, then the other site
created contains all the variations to the host-header, then set the
home directory to be a permanent redirection to the first site.

HTH


2008/5/5 Che Vilnonis [EMAIL PROTECTED]:
 Is there a way with IIS to automatically redirect traffic from mydomain.com
  to www.mydomain.com? Or do I need to purchase a rewrite tool for IIS?

  Thanks, Che


  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304781
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: OT: IIS Question...

2008-05-05 Thread David
Try Ionics IIRF; free and open source rewrite.

http://cheeso.members.winisp.net/IIRF.aspx
http://www.codeplex.com/IIRF


On Mon, May 5, 2008 at 9:59 AM, Che Vilnonis [EMAIL PROTECTED] wrote:
 Is there a way with IIS to automatically redirect traffic from mydomain.com
  to www.mydomain.com? Or do I need to purchase a rewrite tool for IIS?

  Thanks, Che


  

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304762
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: (OT) IIS Question for Local Server and Host file

2002-03-19 Thread Neil Giarratana

One thing to watch out for is if you're running Windows 2000 Professional w/
IIS (or is it still called PWS?).  They restrict the workstation versions to
only run a single web site.  If you want to do multiple websites on that
machine, you're better off installing apache (www.apache.org).

Regards,
Neil

-Original Message-
From: Owens, Howard [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 18, 2002 7:04 PM
To: CF-Talk
Subject: (OT) IIS Question for Local Server and Host file


Is it possible set up my local IIS server to do something like this:

http://somealias/

And send that request to a specified sub folder on my server.  

I've added this line to my hosts file:

127.0.0.1   somealias

But all that does is send me to the same page as localhost

I want to make it so that the server treats somealias as the root (thereby
getting the same file path behavior as I'll get on the production server).

I've tried mucking about with the IIS admin and haven't found the solution
there yet either.

H.


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (OT) IIS Question for Local Server and Host file

2002-03-18 Thread Neil H.

Maybe a host header and that host file combined will get it working?

Neil

- Original Message -
From: Owens, Howard [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 18, 2002 7:03 PM
Subject: (OT) IIS Question for Local Server and Host file


 Is it possible set up my local IIS server to do something like this:

 http://somealias/

 And send that request to a specified sub folder on my server.

 I've added this line to my hosts file:

 127.0.0.1 somealias

 But all that does is send me to the same page as localhost

 I want to make it so that the server treats somealias as the root
(thereby
 getting the same file path behavior as I'll get on the production server).

 I've tried mucking about with the IIS admin and haven't found the solution
 there yet either.

 H.

 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (OT) IIS Question for Local Server and Host file

2002-03-18 Thread Neil H.

http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm


- Original Message -
From: Owens, Howard [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 18, 2002 7:03 PM
Subject: (OT) IIS Question for Local Server and Host file


 Is it possible set up my local IIS server to do something like this:

 http://somealias/

 And send that request to a specified sub folder on my server.

 I've added this line to my hosts file:

 127.0.0.1 somealias

 But all that does is send me to the same page as localhost

 I want to make it so that the server treats somealias as the root
(thereby
 getting the same file path behavior as I'll get on the production server).

 I've tried mucking about with the IIS admin and haven't found the solution
 there yet either.

 H.

 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: (OT) IIS Question for Local Server and Host file

2002-03-18 Thread Owens, Howard

Thanks ... making that change gave me the same results (the alias still goes
to the server root) as chaning the host file.

H.


 -Original Message-
 From: Neil H. [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, March 18, 2002 4:42 PM
 To:   CF-Talk
 Subject:  Re: (OT) IIS Question for Local Server and Host file
 
 http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm
 
 
 - Original Message -
 From: Owens, Howard [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Monday, March 18, 2002 7:03 PM
 Subject: (OT) IIS Question for Local Server and Host file
 
 
  Is it possible set up my local IIS server to do something like this:
 
  http://somealias/
 
  And send that request to a specified sub folder on my server.
 
  I've added this line to my hosts file:
 
  127.0.0.1 somealias
 
  But all that does is send me to the same page as localhost
 
  I want to make it so that the server treats somealias as the root
 (thereby
  getting the same file path behavior as I'll get on the production
 server).
 
  I've tried mucking about with the IIS admin and haven't found the
 solution
  there yet either.
 
  H.
 
  
 
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: (OT) IIS Question for Local Server and Host file

2002-03-18 Thread Jim McAtee

You need to do both.  Create the entries your hosts file, and also configure
it correctly in IIS.  In IIS you'll need to create multiple web sites to do
this.

So if your hosts file had:

127.0.0.1  WebSite1
127.0.0.1  WebSite2

and you wanted the names to resolve to two different web sites (mapped to
different directories), create two web sites in IIS.  Then in the MMC, under
the IIS web site properties | Web Site Identification | IP Address |
Advanced, edit any identities (bindings) without a Host Header Name and
enter the appropriate name.  The identities should end looking something
like:

First web site:
127.0.0.1 80 WebSite1

Second web site:
127.0.0.1 80 WebSite2

Jim


- Original Message -
From: Owens, Howard [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 18, 2002 5:58 PM
Subject: RE: (OT) IIS Question for Local Server and Host file


 Thanks ... making that change gave me the same results (the alias still
goes
 to the server root) as chaning the host file.

 H.


  -Original Message-
  From: Neil H. [SMTP:[EMAIL PROTECTED]]
  Sent: Monday, March 18, 2002 4:42 PM
  To: CF-Talk
  Subject: Re: (OT) IIS Question for Local Server and Host file
 
  http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm
 
 
  - Original Message -
  From: Owens, Howard [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Monday, March 18, 2002 7:03 PM
  Subject: (OT) IIS Question for Local Server and Host file
 
 
   Is it possible set up my local IIS server to do something like this:
  
   http://somealias/
  
   And send that request to a specified sub folder on my server.
  
   I've added this line to my hosts file:
  
   127.0.0.1 somealias
  
   But all that does is send me to the same page as localhost
  
   I want to make it so that the server treats somealias as the root
  (thereby
   getting the same file path behavior as I'll get on the production
  server).
  
   I've tried mucking about with the IIS admin and haven't found the
  solution
   there yet either.
  
   H.

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: (OT) IIS Question for Local Server and Host file

2002-03-18 Thread howard

Well, now I'm at home and not at work (where I did this), but this looks
exactly like what I did.

Both alias point to the same root folder (wwwroot).


H.


-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 18, 2002 7:06 PM
To: CF-Talk
Subject: Re: (OT) IIS Question for Local Server and Host file


You need to do both.  Create the entries your hosts file, and also configure
it correctly in IIS.  In IIS you'll need to create multiple web sites to do
this.

So if your hosts file had:

127.0.0.1  WebSite1
127.0.0.1  WebSite2

and you wanted the names to resolve to two different web sites (mapped to
different directories), create two web sites in IIS.  Then in the MMC, under
the IIS web site properties | Web Site Identification | IP Address |
Advanced, edit any identities (bindings) without a Host Header Name and
enter the appropriate name.  The identities should end looking something
like:

First web site:
127.0.0.1 80 WebSite1

Second web site:
127.0.0.1 80 WebSite2

Jim


- Original Message -
From: Owens, Howard [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Monday, March 18, 2002 5:58 PM
Subject: RE: (OT) IIS Question for Local Server and Host file


 Thanks ... making that change gave me the same results (the alias still
goes
 to the server root) as chaning the host file.

 H.


  -Original Message-
  From: Neil H. [SMTP:[EMAIL PROTECTED]]
  Sent: Monday, March 18, 2002 4:42 PM
  To: CF-Talk
  Subject: Re: (OT) IIS Question for Local Server and Host file
 
  http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm
 
 
  - Original Message -
  From: Owens, Howard [EMAIL PROTECTED]
  To: CF-Talk [EMAIL PROTECTED]
  Sent: Monday, March 18, 2002 7:03 PM
  Subject: (OT) IIS Question for Local Server and Host file
 
 
   Is it possible set up my local IIS server to do something like this:
  
   http://somealias/
  
   And send that request to a specified sub folder on my server.
  
   I've added this line to my hosts file:
  
   127.0.0.1 somealias
  
   But all that does is send me to the same page as localhost
  
   I want to make it so that the server treats somealias as the root
  (thereby
   getting the same file path behavior as I'll get on the production
  server).
  
   I've tried mucking about with the IIS admin and haven't found the
  solution
   there yet either.
  
   H.


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT IIS question

2001-10-05 Thread Erik de Groot

IIS 5 is only availible in Win2K

-Oorspronkelijk bericht-
Van: David Green [mailto:[EMAIL PROTECTED]]
Verzonden: donderdag 4 oktober 2001 18:32
Aan: CF-Talk
Onderwerp: OT IIS question


Thanks all on the list,  your emails have helped a lot in learning CF.   


We have a very small shop and I'm trying to figure out how to upgrade 
IIS to 4 or 5.I thought this happened when we loaded SP6 on the NT40 
but when I go to IIS server manager help it tells me am running IIS 3.   
Also when I run the new lock down tool it tells me it won't run on this 
version of IIS.  Question is am I reading version number correctly in 
the IIS manager and if so how do you upgrade your IIS.   I have looked 
at MS site found all the patches just have not found the IIS server 
upgrades. 

I understand a lot people don't recommend IIS but it's what I've got to 
use. I would like to upgrade server because we have a couple people 
have FP sites that are having trouble so I would like to get server 
updated to latest IIS server and  FP extensions and patches.   
Coldfusion and Seagate stuff is running great.

Thanks for the help
David Green

Configuration
NT 4.0  sp6
CF 5.0
IIS 3  (I think)
Seagate Page Server 8.0
FP2000 extensions


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT IIS question

2001-10-04 Thread Jochem van Dieten

David Green wrote:

 Thanks all on the list,  your emails have helped a lot in learning CF.   
 
 
 We have a very small shop and I'm trying to figure out how to upgrade 
 IIS to 4 or 5.I thought this happened when we loaded SP6 on the NT40 
 but when I go to IIS server manager help it tells me am running IIS 3.   
 Also when I run the new lock down tool it tells me it won't run on this 
 version of IIS.  Question is am I reading version number correctly in 
 the IIS manager and if so how do you upgrade your IIS.   I have looked 
 at MS site found all the patches just have not found the IIS server 
 upgrades. 


Install Option Pack 4 to get IIS 4.

Recommended installation sequence (from personal experience, don't know 
about official information on this):
NT Option Pack 4
NT SP6a
MDAC 2.6
NT Security Rollup Package (q299444i.exe)
IIS Security Rollup Package (Q301625i.exe)
CF 5 (and updates)

Jochem
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT IIS question

2001-10-04 Thread cf refactoring

for IIS4 go to

http://support.microsoft.com/support/iis/install/install_iis4.asp

--- David Green [EMAIL PROTECTED] wrote:

 We have a very small shop and I'm trying to figure
 out how to upgrade 
 IIS to 4 or 5.I thought this happened when we
 loaded SP6 on the NT40 
 but when I go to IIS server manager help it tells me
 am running IIS 3.   

=
I-Lin Kuo
Macromedia CF5 Advanced Developer
Sun Certified Java 2 Programmer


~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT IIS question

2001-10-04 Thread Mark Warrick

I don't recommend against IIS but I do recommend against putting Front Page
customers and ColdFusion customers on the same box.  Front Page is for
amateurs, and amateurs should be separated from the people that know what
they're doing.

Get the NT Option Pack 4.0 and all the latest hotfixes and updates.

---mark

=
Mark Warrick - Fusioneers.com
Personal Email: [EMAIL PROTECTED]
Business Email: [EMAIL PROTECTED]
Phone: 714-547-5386
Efax: 801-730-7289
Personal URL: http://www.warrick.net
Business URL: http://www.fusioneers.com
ICQ: 125160
AIM: markwarric
Yahoo: Serengeti
=


-Original Message-
From: David Green [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 04, 2001 9:32 AM
To: CF-Talk
Subject: OT IIS question


Thanks all on the list,  your emails have helped a lot in learning CF.


We have a very small shop and I'm trying to figure out how to upgrade
IIS to 4 or 5.I thought this happened when we loaded SP6 on the NT40
but when I go to IIS server manager help it tells me am running IIS 3.
Also when I run the new lock down tool it tells me it won't run on this
version of IIS.  Question is am I reading version number correctly in
the IIS manager and if so how do you upgrade your IIS.   I have looked
at MS site found all the patches just have not found the IIS server
upgrades.

I understand a lot people don't recommend IIS but it's what I've got to
use. I would like to upgrade server because we have a couple people
have FP sites that are having trouble so I would like to get server
updated to latest IIS server and  FP extensions and patches.
Coldfusion and Seagate stuff is running great.

Thanks for the help
David Green

Configuration
NT 4.0  sp6
CF 5.0
IIS 3  (I think)
Seagate Page Server 8.0
FP2000 extensions


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists