How to disable browsing on a directory with htaccess?
Here's how to disable browsing on a directory with htaccess
For security purposes, we recommend that you disable directory browsing on your website so no one can see the files/folders of your website.
You can disable Directory Browsing by adding this line to your .htaccess file.
Options -Indexes
Updated on: 14/02/2023
Thank you!