I got it working. “DOCUMENT_ROOT” was all I needed to do some other searches.
In the example fix to the config file this piece was missing:
define (‘LOCAL_FILE_BASE_DIRECTORY’,’/data/www/’);
Thanks