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