Why not just set up multiple web sites on the server using host headers and
use internal dns names to differentiate them?
We have an internal tld .oz ;-) So you could have a dev.gainsco,
proposal.gainsco, qa.gainsco...
If you want to show the proposal to a client, just enter a subdomain link
client.gainsco.com and just add that as a host header to the proposal site.
Just a thought...

Otherwise, I believe you could just set up multiple web sites on different
ports, to do it the way you want. Just point the site to different folders.
Just make sure that your customs tags are in the folder of the template that
calls them, or call them with cfmodule.

jon
----- Original Message -----
From: "Nathan Stanford" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, March 07, 2001 4:29 PM
Subject: Multiple Websites on one server


> We want to create
>
> A Development server  ex: http://test:999  c:\inetpub\wwwroot
>
> A QA server  ex: http://test:777  c:\inetpub\wwwqa
>
> A Proposal server  ex: http://test:555  c:\inetpub\wwwprop
>
>
> 1. In ColdFusion Administrator the mapping points to c:\inetpub\wwwroot
>
>    How do I make sure that QA and Proposal does not LOOK at Development
> Files?
>
> 2. Custom Tags
>    How do I make sure that QA and Proposal does not LOOK at Development
> Custom Tags?
>
> Thanks,
> Nathan
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to