hey that all worked! jeez-loouise! This is quite the mind-readjustment. hmmm. I can do this for my menusets too. hmm.
k, great, thanks! > Done right, there's usually no need for any cfif statement. All you > need is something like this in the app_server.cfm file: > > <!--- Example: www.houseoffusion.com ---> > <cfset request.Domain = CGI.Server_Name> > > <!--- Example: http://www.houseoffusion.com/cf_lists/ ---> > <cfset request.webroot = "http://#request.Domain#/cf_lists/"> > > <!--- Example: http://www.houseoffusion.com/cf_lists/images/ ---> > <cfset request.imagesdomain = "#request.webroot#images/"> > > <!--- Example: C:\houseoffusion\cf_lists\ ---> > <cfset request.fileroot = > GetDirectoryFromPath(GetCurrentTemplatePath())> > > > > On top of doing the include file in your Application.cfm, in > Rebecca's > > example you can use the CGI.SERVER_NAME variable and use a CFIF > > statement to set the variables for each server. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205424 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

