For security purposes, you should disable directory browsing on your website so no one can see its files and directories.
You can disable directory browsing by adding the line below to your htaccess file:
Options -Indexes
For security purposes, you should disable directory browsing on your website so no one can see its files and directories.
You can disable directory browsing by adding the line below to your htaccess file:
Options -Indexes
Add Comment