Hi, I'm just working on my first Drupal site (http://ezinedesigner.com) and have a question:

I have a double-folder structure with .htaccess files forwarding requests into the drupal code like this:

webroot/
.htaccess (pointing to folder: drupal/)
drupal/
.htaccess (pointing to folder: drupal-5.1/)
drupal-5.1/

Since the "sites" folder is the only folder that is actually modified, it would be nice to be able to locate it outside the core drupal folder. That would make it easier to experiment with drupal updates.

It is possible to change the location of the Sites folder or is this hardcoded in?

- Chadj

Comments

luckysmack’s picture

great question, id like to know the same thing. I would like the 'default' and 'all' to stay in the sites directory, but for example the 'foobar.com' directory to be able to be used outside of drupal core. Is this even possible?