Folders are not accesble
Access Denied: You do not have permission to view this page will fix the rights
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
See the difference
Folders are not accesble
Access Denied: You do not have permission to view this page will fix the rights
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
See the difference