Hide directory contents from showing when accessing the URL directly
- by SoLoGHoST
On my site, if you browse to http://example.com/images/ the contents of the entire directory are shown like so:
How can I make it so that this doesn't show up when people browse directly to http://example.com/images/?
Can I create an .htaccess file in that directory? Or is there a better way? I really don't want people being able to do this…