On 10/4/2014 7:52 AM, Richard wrote:
Who (what user) owns the directories and files? What user is the web server (the instance that serves your files) running as? I assume that "you" own the files (and hopefully the directories (from the top all the way down)). But in some shared environments, web server (apache generally) instances are set up for each user -- owned by the user's account. This is done for user separation and security. The problem is that if the user only has one account then the files are always owned by the same user that is running the web server and no amount of file-level control tweaking will make things secure. - Richard
Filezilla shows that my public_html is owner - r/w/e group - r/w/e public - r/w/e Is that correct? My sub-folders under that are owner - r/w/e group - r/e public - r/e Is that correct? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php