17 Jul
2009
17 Jul
'09
9:44 p.m.
On Thu, 2009-07-16 at 10:18 -0500, larry@garfieldtech.com wrote:
sites.php was actually added specifically for this sort of issue, because the sites/ directory structure was too brittle.
Of course, for the files directories in particular I have long since dropped using sites/<sitename>/files in favor of files/<sitekey>, which sidesteps the issue entirely. That doesn't need to change no matter what server the site moves to.
What is your sitekey structure in case of a multi-site environement and what when doing a staging scenario ie move production to a demo of regression environment? (With D5 multisite I moved from the files/<sitename> to sites/<sitename>/files to get rid of painfull all at once D5 updates.)