Re: Need some advice on approach...

2008-06-10 Thread s. isaac dealey
> Thanks for the wildcard idea, Isaac... that definitely sounds better! Welcome. :) -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 617.365.5732 http://onTap.riaforge.org/blog ~| Adobe® ColdFusion® 8

RE: Need some advice on approach...

2008-06-09 Thread Rick Faircloth
Thanks for the wildcard idea, Isaac... that definitely sounds better! Rick > -Original Message- > From: s. isaac dealey [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2008 8:49 PM > To: CF-Talk > Subject: Re: Need some advice on approach... > > > Thanks

Re: Need some advice on approach...

2008-06-09 Thread s. isaac dealey
> Thanks for the feedback, Isaac... Welcome. Actually come to think of it, you can specify an arecord for *.domain.com as a wild-card for any values that aren't otherwise set for that domain. So you should be able to make it automatically throw people into the agents directory with just the one a

RE: Need some advice on approach...

2008-06-08 Thread Rick Faircloth
Thanks for the feedback, Isaac... I was actually planning to use url's like "agent.c21ar.com" and create subdomains (A records in the DNS manager) and then point those subdomains to the main agents' folder and use cfif statements to setup the variables for a particular agent's version of the site.

Re: Need some advice on approach...

2008-06-08 Thread s. isaac dealey
> To clarify your statement about application.cfm... > > Are you suggesting putting an application.cfm in the main agents > folder, and then having an application.cfm in *each* of the specific > agents' folders and simply have that "included" application.cfm > contain the specific variables needed

RE: Need some advice on approach...

2008-06-08 Thread Rick Faircloth
erver_name or url variables and a series cfif's and queries? Rick > -Original Message- > From: s. isaac dealey [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 08, 2008 11:29 AM > To: CF-Talk > Subject: Re: Need some advice on approach... > > Hey Rick. > >

Re: Need some advice on approach...

2008-06-08 Thread s. isaac dealey
Hey Rick. Brief recommendation. You mentioned you're using Application.cfm still - what you might want to do is add an Application.cfm in your /agents subdirectory to modify whatever the original Application.cfm did to set up the page... /root/Application.cfm original code ... /root/ag