⟩ Tell me how to hide Directory Browsing in WordPress from server using .htaccess file?
By default when your web server does not find an index file (i.e. a file like index.php or index.html), it automatically displays an index page showing the contents of the directory.SO now if you want to hide this add below code in .htaccess file.
Options -Indexes