Fixed wordpress file system permissions

I’ve had a problem in the past where I would get error messages from wordpress when attempting to install plugins because it did not have the file system permissions it needed. I ended up setting the wp-content directory access to 777 temporarily and then reverting to 755 when done (allow read/execute only). There should be … Read more