In 10.5 when something is downloaded to your Download folder a quarantine attribute is put on the file until it’s opened. Problem is it doesn’t work all the time. When you move your site to your server it will cause you that error. You can use xattr -r -d com.apple.quarantine ./* to remove the attributes, re-upload your site to your server, and things should work.