By SimonVlc on
Hello,
How can I do that, in a multisite envonment, each individual site could have it´s own images folder. I´ve tried putting a subdir under the drupal/sites/SITE.COM/ dir but it didn´t works.
The idea is that I can utilize that images from SITE.COM/images/img.ext and through /SITE.COM/sites/SITE.COM/images/img.ext.
Thanks in advance, Simon.
Comments
Can you be more specific
Can you be more specific about folders under drupal/sites/SITE.COM/ "not working"? Can you tell us what specific errors you are seeing?
-- Doug
--
http://www.claws-and-paws.com/
Give each site it's own
'files' directory in /admin/settings - eg sites/SITE.COM/files. The images directory should just automatically be a subdirectory of that.
If you mean images for themes rather than user uploaded images, make the images directory a subdirectory
--
Anton
New to Drupal? Please read this
Also: Forum posting tips
not working
If i set the files directory under sites/site.com/files the images are not being saved in this directory but in the root.
please any ideas
Camilo Rivera
I set it up as
I set it up as files/site1/images, files/site2/images, etc. and it worked fine.
The only files I have in my sites directory are settings.php and themes directories for the specific site.