I have a couple thoughts, first I'll start with the obvious, linux is case sensitive and windows is not. file.jpg is not the same as File.jpg.
I am guessing you know that and have checked it already. What does your apache log files say? (usually found in /var/log/httpd/) check the access and the error and see if you can see it.
Do you have SELinux running? If so disable it from protecting apache and see if it works.
Make sure you the user running apache, (usually either httpd, apache or nobody) has permissions to read the file (755).
|