Hi,
I need to place my “system” folder in the web root (publicly accessible).
Is it hack-proof to simply place a .htaccess file in the root of the “system” folder with the “Deny from all” directive?
My understanding is that all subfolders are also protected.
I do understand that placing “system” above the webroot is most ideal, plus renaming the folder, but what if it has to be in the webroot?
Thanks
PS. Why haven’t EE placed this file by default, for extra added security, as the index.html and index.php would only “protect” the current folder that these files are in?