views:

37

answers:

1

Hi all, I just uploaded two .pdf files on my server. They are both in the same folder.

The first one can be normally accessed but for the second one I get an HTTP Error 401.3 "You are not authorized to view this page"

This looks weird to me. Do you have any idea why is this happening?

+1  A: 

check filesystem permission if you are running linux. the user running the webserver should have read permission on both files you can do this with most ftp software or if you have shell access chmod a+r /path/to/your/file.pdf

if that does not solve the problem look for error in log file usually /var/log/apache/error.log

mathroc
hello and thank you for your reply. My server uses IIS - windows server 2003 and I do not have ftp access. I manage files using remote access. I checked the file's permissions. There are permissions setted for "adrministrator", "administrators" and "system". Should I add more groups?
ktsixit