Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd /admin/web/domain.com/
- find public_html -type d -exec chmod 755 {} \;
- find public_html -type f -exec chmod 644 {} \;
- cd /public_html/
- chmod 600 wp-config.php
- chmod 600 .htaccess
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement