Correct folder & file permisson for WordPress
-
I used
find . -type d -exec chmod 755 {} \;
&find . -type f -exec chmod 644 {} \;
for my WordPress.https://i.stack.imgur.com/UhouR.png
But when I tried to install WordPress I got below message.
https://i.stack.imgur.com/ViXst.png
When I tried to update a plugin I got
Update failed: Could not create directory. /home/foysal/www/html/wordprac/plugin_test/wordpress/wp-content/upgrade
error.What are the correct file and folder permission for WordPress ? Which mistake I am doing here ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Correct folder & file permisson for WordPress’ is closed to new replies.