By Streamweaver on
I have a multisite setup with 5 or 6 Drupal sites.
Right now for images and media I have to use the relative path similar to sites//files/
What I'd like to be able to do is something on a per site basis that obscures the sites subdirectory.
media/
I tried looking at the pathologic module but can't really find a good way to do this. Can anyone turn me onto a configuration technique or module that would make this scalable across multisites?
Thanks in advance.
Comments
_
See http://drupal.org/node/84895 for some ideas.
Thanks. The URL ReWrite
Thanks. The URL ReWrite option along with the pathologic module seems like it might do the trick.