I did not see any change when I installed the debug tool. No error log files are showing up.
Access to the cache folder shows as "777". However, there is an .htaccess file in that folder. I wonder if it is not correct or maybe it should not be there at all. I am not a unix/linux guy, so I really don't know how to read or set up the .htaccess files. I don't remember if it was always there. It is possible that I put it there after reading about how to make the site more secure.
Contents of cache .htaccess file:
Code:#prevent directory browsing -- for security IndexIgnore */* <Limit GET POST PUT> Order Allow,Deny Deny from All </Limit>




