Josh Adams
Member since Aug 27, 2013
- Profile: /members/11187-josh-adams.htm
- URL: http://blog.joshuaadams.com
- Comments: 2
Recent Blog Comments By Josh Adams
-
Using ColdFusion to Handle 404 Errors (Page Not Found) On Development Server
Posted on Apr 2, 2014 at 10:25 AM
Hey, Ben. I recently had some code moved from a server running IIS in front of ColdFusion to a server running Apache in front of ColdFusion and the move broke my 404 handling because Apache doesn't populate the CGI.QUERY_STRING value the same way IIS does. I know your post here is about IIS but I th... read more »
-
Extending The Application.cfc ColdFusion Framework Component With A Relative-Path Proxy
Posted on Aug 27, 2013 at 3:06 PM
Hey, Ben! Unless I'm missing something (always a possibility!), you're making this too hard on yourself: as our friend Sean Corfield showed us way back in 2005 in his post at http://corfield.org/entry/Extending_Your_Root_Applicationcfc , you can proxy the root Application.cfc in the root directory ... read more »