Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chown www-data:www-data -R * # Let Apache be owner
- find . -type d -exec chmod 755 {} \; # Change directory permissions rwxr-xr-x
- find . -type f -exec chmod 644 {} \; # Change file permissions rw-r--r--
Add Comment
Please, Sign In to add comment