Hi.
This thread seems to include a solution for my problem:
http://forums.contribs.org/index.php?topic=27172.0But I cannot get it to work.
I have added this:
# db accounts setprop myIbay PHPBaseDir /home/e-smith/files/ibays/myIbay/:/home/e-smith/files/ibays/sharedSourceIbay/
Now... doing a symlink to the folder like:
# ln -s /home/e-smith/files/ibays/sharedSourceIbay/html/sourceDir typo3_src
-> will leave me with a blank page when visiting the myIbay in a browser. If I change the symlink to another folder then I will get an error in the browser and not just a blank page. So it seems like the symlink is valid. But no page is displayed.
-> if I do a symlink to the same source files but placed in the myIbay then everything will work just fine.
# ln -s typo3_src_4.0.2 typo3_src
I do not know if all this info is any good. Basically I am just back to the first question: How can I access data in a neighbour ibay using a symlink?