Forum Moderators: phranque
When I FTP files to the server and place them in /var/www/html, I get a 403 Forbidden error when trying to access them in a browser. However, the permissions on the files are all set to 644. I also tried even 777 but still Apache will not display them.
However, if I am logged into the system and create a file manually (e.g. in emacs) in the html folder, Apache will serve the file just fine. In other words, if there are two files with identical owner, group owner, and permissions, only the one that was created while logged in at a shell will be served, but not the one that was FTP'd in. Does anyone have any ideas? This is driving me nuts.
Thanks to anyone who can offer some suggestions.