02-15-2016, 07:02 PM
Oohhh. I see what you're talking about now. Are you saying that you don't want people to be able to navigate into the /models folder? If so, create a file called .htaccess and paste this in it.
Order deny,allow
Deny from all
Stick it in the models folder and that will secure it from people being able to access it from their browsers.
Order deny,allow
Deny from all
Stick it in the models folder and that will secure it from people being able to access it from their browsers.