I've got the following problem.
A webiste is hosted.
lets say the url is
http://example.com/_include/products.html
(The include folder contains images and other html files etc.)
So here is the problem, anyone can just remove the "products.html" from the url then we have
http://example.com/_include/
If someone does this they can access all of the contents within my "_include" folder
How do i prevent this?
Any help/suggestions would be appreciated
Thanx :)