Re: Coldfusion webroot and multiple domain names

2011-01-26 Thread fun and learning
The client said that using one IP address, several domain names can be used- multiple sites using host header names. I am not sure what that means It means that you'll probably have to create virtual directories for both sites, as several people have mentioned. Dave Watts, CTO, Fig

Re: Coldfusion webroot and multiple domain names

2011-01-26 Thread Azadi Saryev
you probably have a mapping set up (in cf admin or in your Application.cfc/cfm) for your above-web-root folder that contains your .cfm files - that is why they can be included. that cf mapping however would not apply to any other files - only to cfm/cfc ones. all other files will be served by

Re: Coldfusion webroot and multiple domain names

2011-01-26 Thread Dave Watts
Thanks for replying. Everything is set up and I am able to access individual sites. The problem is with the images folder. I am not able to get the images to be displayed. Any ideas on this. I gave my directory structure in my initial question. There is another folder at the same level as

Re: Coldfusion webroot and multiple domain names

2011-01-25 Thread fun and learning
and multiple domain names To: cf-talk cf-talk@houseoffusion.com Hi All - I am new to this multiple domain thing. Am working on a project, where there multiple domain projects under on webroot. Like www.abc.com, www. def.com under one root. The folder structure is something like below: E

Re: Coldfusion webroot and multiple domain names

2011-01-25 Thread Russ Michaels
The host header is what is sent to server and contains the domain name being requested. This is then used to determine which website to display. In IIS you simply enter the domain name in the bindings section along with the IP address you want to use for the site. If you have multiple domains for

Re: Coldfusion webroot and multiple domain names

2011-01-25 Thread Dave Watts
The client said that using one IP address, several domain names can be used- multiple sites using host header names. I am not sure what that means It means that you'll probably have to create virtual directories for both sites, as several people have mentioned. Dave Watts, CTO, Fig Leaf

Coldfusion webroot and multiple domain names

2011-01-24 Thread fun and learning
Hi All - I am new to this multiple domain thing. Am working on a project, where there multiple domain projects under on webroot. Like www.abc.com, www.def.com under one root. The folder structure is something like below: E: webroot --INCLUDES --IMAGES --image.gif --

Re: Coldfusion webroot and multiple domain names

2011-01-24 Thread Dave Watts
I am new to this multiple domain thing. Am working on a project, where there multiple domain projects under on webroot. Like www.abc.com, www.def.com under one root. The folder structure is something like below: E:  webroot    --INCLUDES    --IMAGES      --image.gif      --

Re: Coldfusion webroot and multiple domain names

2011-01-24 Thread wattw...@telarushq.com
You'll want to create an alias to the images folder between sites. What web server are you using? Sent from my HTC on the Now Network from Sprint! - Reply message - From: fun and learning funandlrnn...@gmail.com Date: Mon, Jan 24, 2011 20:02 Subject: Coldfusion webroot and multiple