Posts Tagged ‘prevetion’

Prevent Directory Listing using .htaccess

Prevent Directory Listing using .htaccess
What is directory listing ? As we know, most of the website contains "images" folder inside the root folder. If we type "www.somesite.com/images" in the browser and it shows the listing of the files in the browser like the picture below which means that directory listing is allowed on that web server. It's better not to show the files inside the directory of the web sever for the security purpose. Full story