Hello, Currently Enhance CP creates folders in /var/www
with a long UUID (for example: 0d3ab650-ba90-98a0-afrw-6ca3956ec47f
). That works, but it’s hard to identify which folder belongs to which domain without opening each one.
Suggestion: Create site folders using the domain name instead of a UUID. For example:
/var/www/example.com
/var/www/example.org
/var/www/client-site.net
Benefits:
- Easy identification — instantly see which folder is for which domain.
- Faster management — quicker when using SSH or SFTP.
- Better organization — less confusion with multiple sites.
Optional: If duplicate names are possible, append a short unique ID after the domain, for example:
/var/www/example.com-1234
This change would make the workflow more user-friendly without affecting functionality.
Thank you for considering this improvement.