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

dmuth’s picture

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/

styro’s picture

'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

quineto’s picture

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

doctrix’s picture

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.