Directory index listing is disabled by default for security purposes. If you want to enable directory index listing, such as if you wanted a public directory list for a download repository, you can do so by adding the following to your .htaccess file.
Options +Indexes
You must add it to the public web folder on your server for the particular domain, subdomain, or directory, like "/home/user123/downloads.mydomain.com/.htaccess".
Note: OpenLiteSpeed does not support htaccess options. If OpenLiteSpeed is in use, indexes must be enabled at a server or vhost config on the admin side. Currently, ExtraVM web hosting plans use OpenLiteSpeed so you must contact us to have directory listing enabled.