Article

Understanding the public_html Folder (What Can & Can’t Go There)

Eclipse Web Portal
Created 2025-12-18 16:10:34
Updated 2025-12-25 14:24:32
Views 343

The public_html folder is the root directory of your website. Any files placed here are publicly accessible via your domain.

We assume you’re already logged into your Eclipse Web Portal.
If you need help logging in, please follow the relevant login guides.

What belongs in public_html

  • Website files such as:

    • index.php

    • index.html

    • CSS, JavaScript, images

  • CMS files (WordPress, Laravel, etc.)

  • .htaccess file

What should NOT go in public_html

  • Backup files

  • Private documents

  • Configuration files containing passwords

  • Old or unused ZIP archives

How to access public_html

  1. Open Eclipse Web Portal

  2. Select File Manager

  3. Navigate to public_html

Common issues

  • If public_html is empty, your website will not load

  • Uploading files outside public_html will prevent them from appearing online