By Dubber Dan on
I've got a new multisite install with 5 sites in it in total, the "master" site and 4 "lower" sites. When I'm trying to include an image directly in a page I've uploaded the file to sites/lower-domain-name/files/images but the image doesn't display as can be seen at www.maceiras-alentejo.co.uk/property/inside. However if I upload the file to files/images directory of the "master" drupal install it will show up fine.
So how do I get the files for each site to be seperated into their own files/images directories as without it managing files for 5 sites will become a nightmare.
Comments
---
This post may help : http://drupal.org/node/84895
there were quite a few more using multisite files folder as a search term here on drupal.org
In file system change the
In file system change the path in files/domainname for each (sub)domain
Thanks for the suggestions
Thanks for the suggestions folks, nothing seems to point to an answer as of yet. But I've just been chatting to someone and they suggested that it's to do with the way Apache and PH P handle the html header for the request. Their suggestion was that it should be possible to extract some info using
phpinfo();and then use that to tell PHP what to do with the envelope info!!Any ideas folks?