I am using Drupal 7.2, Ubercart and ColorBox installed..
All was working fine but now somethings gone very wrong.
I can upload images to the system easily... I check my site in ftp and I see the files there...
Note: the .htaccess in /sites/default/files is as follows:
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
Options None
Options +FollowSymLinks
SO my public files are set (drupal default) at sites/default/files
here are the directories and files I see in FTP
/sites/default/files (attributes: drwxrwx-x)
/sites/default/files/calendars (attributes: drwxrwx-x)
/sites/default/files/calendars/cal_Aquarius.png (attributes: -rw-rw-r--)
/sites/default/files/styles (attributes: drwxrwx-x)
/sites/default/files/styles/thumbnail (attributes: drwx---r-x)
/sites/default/files/styles/thumbnail/public (attributes: drwxrwx-x)
/sites/default/files/styles/thumbnail/public/calendars (attributes: drwxrwx-x)
/sites/default/files/styles/thumbnail/public/calendars/cal_Aquarius.png (attributes: -rw-rw-r--)
Now here is the strange thing..
if I try to access http://mysite.com/sites/default/files/calendars/Cal_Aquarius.png I get "Page not found"