I know this is probably an unusual request but here goes. In FC6 I am integrating an external application that requires a webserver mapping set up to “/cache”. This is obviously going to cause problems with the FC6 /cache folder for the UI CSS and JS.
I have got around this by modifying /core/packages/facry/utils.cfc /core/tags/core/cssInHead.cfm /core/tags/core/cssJSHead.cfm As these are the only places where “/cache” is referenced. Can an app scope path var be set up and used for this cache folder in a similar way to the image or file folders, e.g. <cfset application.path.cache = "#application.path.webroot#/cache"> This could then be changed to a different fodler name if required. If not I will have to be very naughty and run with a modified version of core. Chris. -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
