Re: How to find base URL of an application?

2010-06-08 Thread Dave Burns
Jason - Thanks but I need it to be more than just the server name. I need it to figure out where it is even if it's a few directories down from the root. In the end, what I decided to do what move my logic out of the init code for application.cfc and into the OnApplicationStart code where I ha

Re: How to find base URL of an application?

2010-06-08 Thread Jason Fisher
Try this (you don't need the middle bit if you never use SSL): On 6/8/2010 6:28 PM, Dave Burns wrote: > In my Application.cfc's init code, I'm trying to set a variable in the > application scope that is the base URL for the pages in the app. I need this > to overcome some issues later wi