I have the following folder structure:
+users
-adduser.php
-viewuser.php
When a visitor navigates to example.com/users
it's showing the folder structure. I need to restrict visitors ability to see the file listing, either by hiding it or removing it. How can I do that in php?