From: alex b. <en...@tu...> - 2001-09-15 15:57:08
|
----- Original Message ----- From: "Andreas Aderhold (Thyrell)" <a.a...@th...> To: <bin...@li...> Sent: Saturday, September 15, 2001 6:45 AM Subject: RE: [binarycloud-dev] Handling of resources/ in htdocs > Hi Alex, > > > Yes, the way to solve this is during the make process in combination > > with a path constant: > > BC_PATH_RESOURCES > > so all of your paths _will_ be absolute, but based on a variable :) > > Very cool. Another question. Is the build tree layout final or will it > change? I mean the language stuff is going to different subdirs: > > build/en/htdocs ... > build/de/htdocs ... > > Currently i run a symlink to the language builds htdocs dir withing the > vhost dir. So in www.foo.com/en/ the "en" is a symlinkg to build/en/htdocs. That's exactly how I do it, and I think that works well... can you think of any other ways people might want to do it? _a |