If your domain opens a page titled “Index of /”, the web server is showing a directory listing instead of your website. This usually happens when the site folder does not contain a default index file (like index.php or index.html), or when files were uploaded to the wrong directory.
On GARMTECH Hosting (Plesk), the main website files should normally be inside:
httpdocs (primary document root for the domain)httpdocs and check if your website files are there.If you uploaded your site into a different folder (for example, the domain root instead of httpdocs), move the files into httpdocs.
Common default index files are:
index.phpindex.html / index.htmIf none of these exist, upload your website files again or create the correct entry point file for your application.
index.php first).Directory listing can expose file names and should usually be disabled.
httpdocs..htaccess.Options -Indexes
If you only need to hide listing in a specific folder, place .htaccess inside that folder instead of httpdocs.