79566128

Date: 2025-04-10 08:40:33
Score: 2.5
Natty:
Report link

The 403 error means Apache is blocking access to /home/ubuntu/www/. Fix it by updating your Apache config:

<Directory /home/ubuntu/www/>
    Require all granted
</Directory>

Then set correct permissions:

sudo chown -R www-data:www-data /home/ubuntu/www/
sudo chmod -R 755 /home/ubuntu/www/
sudo systemctl restart apache2

Need help? Contact Bramerz – Website Development Agency.

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Muhammad Bilal