(12-02-2018, 08:05 AM)dave friend Wrote: To me "top folder" implied the "public" folder.
No, my structure is this one
Code:
index.php
--private
--application
--CodeIgniter-3.1.9
.htaccess (to protect the entire "private" folder tree)
--public
js / .css / img, etc. (all the static files are in the public folder)
Where -- means a folder
I'm sorry, I should have write this one down in the OP)