By MarekP on
Hello all,
Despite I have a multi-site installation (version 4.7), Drupal doesn't use the right "files" directory. For instance this URL http://subdomain.example.com/files/test.txt retrieves the file test.txt from the /files/ directory in www root instead of the /sites/subdomain.example.com/files/.
How can I fix it? I've searched the forum, but haven't found an answer.
Thank you very much,
Marek
Comments
File system path:
Go to administer>settings and click on the "File system settings" link. Change the value in "File system path:" to the path to your multisite settings directory. In your example it would be "sites/subdomain.example.com/files/"
--- note ---
There has been discussion about some issues that you can find here http://drupal.org/node/135562; also, just Google for "multisite files site:drupal.org" for more.