The file has been given 755 permissions, and that's making it unusable due to security settings. Your files should be set to 644. (Directories should be set to 755, since getting a file from the directory means "executing" the directory in the Unix world. Your files should not be executable; they only ever need to be readable for the system or the user.)