Agreed on this (and I was going to enter an enhancement request). We deploy our sites in a secured environment and have no "write" access under the webroot which slowed down our farcry upgrade path since the inclusion of the /cache directory.
Ideally we'd like to be able to set something like this up via a config/app var so we can control where these writable directories lie. On Feb 11, 6:38 am, Chris Kent <[email protected]> wrote: > 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
