Important: All scripts hosted on widcraft.googlecode.com don't work anymore because Google has blocked that SVN repository.
I recently shared several articles about .htaccess file, and as you may know by now, it's a great file if you're working on the security of your site. Today we'll disable the directory browsing in our website with some editing in .htaccess file.You know how you can change a few characters in a URL and continue browsing the website. Sometimes, it could be very dangerous for our website, so it's time to prevent directory browsing.
Add following snippet to your .htaccess file:
# directory browsing
Options All -Indexes
Save the file, and that's it!
Important: Check our new website TricksPanda.com for WordPress tutorials, plugins and more.