How to Enable Directory Listing
Directory listing can be enabled by adding the following line to your .htaccess file:
Options +Indexes
After saving the changes, directories without an index file may display their contents in the browser.
Other directory listing configurations are also possible depending on your needs. You can find additional options through Apache documentation or request assistance from a technical support resource.