Yeah, what Charlie said. It is very easy to set up local sub domains with Apache.
<VirtualHost *> ServerName site1.localhost DocumentRoot C:/xampp/htdocs/site1 </VirtualHost> <VirtualHost *> ServerName site2.localhost DocumentRoot C:/xampp/htdocs/site2 </VirtualHost> I find that it cuts down on a lot of chores like having to dynamically create urls and paths to cfcs. And Scott Stroz set up is great idea. As Forest Gump would say: "One less thing". G! On Thu, Feb 25, 2010 at 9:52 PM, Charlie Griefer <[email protected]>wrote: > > While I do advocate keeping your development setup as close to the > production setup as possible, I've always used Apache locally, even if I > was > using IIS remotely. Made it easier to do things like multiple sites and > setting up the .dev sites as outlined above and in the blog entry i linked > above. > > I believe that nowadays IIS does the multiple sites thing. If that's the > case, you should still be able to set up the foo.dev and bar.dev sites in > IIS, which gives you the equivalent of top level domains, even though > they're subdirectories within your webroot. > > On Thu, Feb 25, 2010 at 6:34 PM, Jeff U <[email protected]> wrote: > > > > > Definitely should have included that. WinXP, IIS, CF9 Development > Server, > > used built-in webserver. Prefer to keep it that way for simplicity sake. > > Thanks guys. > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331190 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

