79508740

Date: 2025-03-14 10:18:03
Score: 0.5
Natty:
Report link

After trying :

find /var/www/html -type d -exec chmod 755 {} \; to give permissions for folders

find /var/www/html -type f -exec chmod 644 {} \; to give permissions for files

What did it for me was this command :

sudo chown -R www-data:www-data /var/www/html

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: El Bachir