Question: How do I disable directory listings for a domain?
- Create a htaccess.txt file
- Type Options -Indexes
- Upload the file via ftp to the document root for the domain.
- Rename the file to .htaccess
This can also be creating the .htaccess file in the document root for the domain via SSH.