Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit fa1957d

Browse files
authored
Wordsmithed slightly
1 parent d5b0fcb commit fa1957d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ To use the Standard WordPress directory layout open up Mac Finder or Windows Exp
119119

120120
1. Delete the `/www/wp/wp-content` directory; you don't need it. _(Uh, after checking you did not store anything in `/www/wp/wp-content` by accident. If you did, move it out then delete the directorty.)_
121121

122-
2. Move all the remaining files and directories in `/www/wp` into the `/www`.
122+
2. Move all the remaining files and directories up one level in the directort hierarchy; from `/www/wp` to `/www`.
123123

124124
3. Rename `/www/content` to `/www/wp-content`
125125

126126
4. Delete `/www/wp`
127127

128-
5. In your IDE/text editor open `www/index.php` and then change the code from `'/wp/wp-blog-header.php'` to `'/wp-blog-header.php'`
128+
5. In your IDE/text editor open `www/index.php` and then change the code from `'/wp/wp-blog-header.php'` to `'/wp-blog-header.php'` _(e.g. remove the leading `/wp` from the filepath.)_
129129

130130
6. Rename `/www/../composer.json` to `/www/../composer.json.save` and delete `/www/../composer.lock` _(since you can no longer use Composer with this directory layout structure. Note: `composer.*` is in the project root directory.)_
131131

0 commit comments

Comments
 (0)