In my project I have a folder called library. the folder contains essential scripts that other php files call from so I am trying to secure this folder so that no body would be able to access the directory from the url.
But I dont know how to do this. The project was built from scratch I did not use any mvc framework.
So I am left to secure myself.
Thanks for reading.