public_html/
├── index.php
├── .htaccess
├── assets/
│ ├── css/
│ ├── js/
│ └── images/
├── api/
│ ├── index.php
│ ├── auth.php
│ ├── download.php
│ └── convert.php
├── includes/
│ ├── config.php
│ ├── database.php
│ ├── functions.php
│ └── auth.php
├── downloads/
│ └── .htaccess
├── users/
│ ├── login.php
│ ├── register.php
│ ├── dashboard.php
│ └── logout.php
├── admin/
│ └── index.php
└── templates/
├── header.php
├── footer.php
└── navbar.php