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
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,12 @@ You do not need to configure your `/etc/hosts` file for `local.*` because `jquer
60
60
61
61
RewriteRule . index.php [L]
62
62
```
63
+
1. Make sure that you have assigned your WordPress files and directories the correct permissions.
64
+
For example, if your WordPress files are in the directory ```wordpress```, and you are running Apache under Mac OS X with the ```_www``` user:
65
+
```
66
+
sudo chown -R _www wordpress
67
+
sudo chmod -R g+w wordpress
68
+
```
63
69
64
70
1. Go to `http://local.jquery.com` and walk through the standard WordPress installation. `web-base-template` includes a special install script that will initialize the entire network.
0 commit comments