this is an interesting one. everything was running perfectly on my 4.1.2 with all the mods etc installed, but as of a couple of days ago, I cannot access files from only one directory:
/home/e-smith/files/primary/html/modules
If I asked for a file directly. ie, if I enter
http://www.myserver.com/modules/image.gif IE6 responds with a 404!! The file IS present and permissions are wide open on the modules directory and file (777)
I looked for .htaccess and .htpasswd and non are present, I didn't touch the httpd.conf file either.
Now the interesting thing is if my website (I run PostNuke) asks for module, it brings up the module okay, minus images.
The question is, what can I do to reset permissions to default? I've tried:
chown -R www:www /home/e-smith/files/primary/html
chown -R 777 /home/e-smith/files/primary/html
and didn't make any difference!
appreciate help!