[Solved] HTTP Error 500 Internal Server Error

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

 

Received this error on Ubuntu with LAMP server

 

To resolve this issue, change the permissions on the www folder

 

sudo chmod -R 755 /var/www/

 

The site now loads fine.