You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: FAQ.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,13 +119,13 @@ To use the Standard WordPress directory layout open up Mac Finder or Windows Exp
119
119
120
120
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.)_
121
121
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`.
123
123
124
124
3. Rename `/www/content` to `/www/wp-content`
125
125
126
126
4. Delete `/www/wp`
127
127
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.)_
129
129
130
130
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.)_
0 commit comments