For 5.x, these are all listed on separate lines:

/drupal
/sites
/default
settings.php
/all
/modules
/themes
/files

Does this mean:

/drupal/sites/default/settings.php
/drupal/sites/all/modules
/drupal/sites/all/themes
/drupal/sites/all/files

I believe there is a distinction that settings.php goes in /sites/default, whereas the contributed modules go in /sites/all/modules? This could be made clearer.

In my default 5.x install, the /sites directory is inside the /drupal directory. Do these instructions imply it should be moved outside?

Comments

cog.rusty’s picture

Yes, that's what it means. The alignment is broken.

I think that the <pre> and </pre> tags should be allowed in Filtered HTML. The <code> and </code> tags seem to strip white space.

Not sure if it is ok to go on and change it to <pre>/</pre> and Full HTML now.

sepeck’s picture

I believe pre tags are being removed from drupal.org as they cause breakage in the theme itself.

sepeck’s picture

http://drupal.org/node/53705
Adding link in text as it's a pain to go look otherwise.

sepeck’s picture

Status: Active » Fixed

just edited the text with full paths for each line.

Anonymous’s picture

Status: Fixed » Closed (fixed)