Hi Hugo sorry to revist a old topic, alls well here with Hiawatha and CodeIgniter, however, I do have a question.
So I have set up my directories like so :
Directory {
Path = /usr/local/var/www/CodeTest
AccessList = allow 127.0.0.1, deny all
}
Directory {
Path = /usr/local/var/www/CodeTest/ci
AccessList = deny all
}
Directory {
Path = /usr/local/var/www/CodeTest/ci/system
AccessList = deny all
}
Directory {
Path = /usr/local/var/www/CodeTest/ci/application
AccessList = deny all
}
However, I am still able to (I as in my IP = 127.0.0.1) to go snooping around the directory for pages that might exist. Now at the moment it is not a problem. But come production this might be a problem as some one can spoof their IP's to one of the allowed ones (There a total of around 500 hardwired computers on campus so he or she will have to find the 13 allowed). But still it COULD BE plausible, and I don't want to go to sleep at night with this on my chest.
How can I have it so that even I am banned from snooping around in the directory? If you take a look at my options :
I ban every one (including myself) from /CodeTest/ci = the folder that holds application and system and
ban every one from system itself and every one from application, however I am still able to snoop around with the URL addresses.
I even went to each of my directories and put a index.html file in them which says "Access Denied" and then also put a .hiawatha file in with "AccessList = deny all"
still to no avail. Is there a fix around this?