I have a file in public_html/private/log.txt
The file is writable and executable by everyone (777), but the folder is protected via .htaccess (deny all).
Are there any security reprecussions with this setup? Idea is that I can download the file via ftp and httpd process can write to it, but no one can access it via the browser.