I'd love to have more protections added to TP. I don't like too much the fact to see all PHP files 777 specially with allow_url_fopen ON.
90% of all the PHP files are used by me only & I'd love to have at least some htaccess files in every dir that would restrict access to it to my IP only.
I don't know which files I'd need to not restrict to not break the script.
Would it be possible to give us the files that would need to not be restricted by htaccess in order for the script to work properly.
I'm sure there's other peeps that would love to get this info.
Also, if I change CHMOD on all PHP files to 444, would this create issues?