Quantcast
Channel: Reseting file permissions - WordPress Development Stack Exchange
Viewing all articles
Browse latest Browse all 2

Reseting file permissions

$
0
0

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 /path/to/site/ -type d -exec chmod 775 {} \;

However, I am not sure with what I should replace "/path/to/site/". Can someone help?


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images