Category: Tips and Tricks

Home / Tips and Tricks
How to prevent directory listing using .htaccess
Post

How to prevent directory listing using .htaccess

What is directory listing ? When you access any directory on your server which does not contain an index.html or index.php file, your web browser will display a list of all the files in that directory. Apache web server usually enables directory listing by default.