Created
July 10, 2026 11:32
-
-
Save atelierbram/89dc6046debf458cb73449373ccb8736 to your computer and use it in GitHub Desktop.
Fix Apache ownership and permissions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo chown -R www-data:www-data . | |
| sudo find . -type d -exec chmod 755 {} \; | |
| sudo find . -type f -exec chmod 644 {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment