↧
Answer by TheGentleman for Reseting file permissions
In this context /path/to/site means the absolute path to the root of the content directory of the website. You can find this by navigating to the directory where you installed wordpress and running the...
View ArticleReseting file permissions
I am having trouble with file permissions on my WordPress site and I found a blog post that suggests to reset them with the following commands:find /path/to/site/ -type f -exec chmod 664 {} \;find...
View Article