Unix Commands to set the permissions as they need to be in the www folder

at eriq/www/ give the commands:

 

find . -type d -exec chmod a+x {} \;

 

find . -type f -exec chmod a+r {} \;