Advertisement
isaacadams

WP Permissions

Nov 4th, 2019
1,764
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. cd /admin/web/domain.com/
  2. find public_html -type d -exec chmod 755 {} \;
  3. find public_html -type f -exec chmod 644 {} \;
  4. cd /public_html/
  5. chmod 600 wp-config.php
  6. chmod 600 .htaccess
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement