mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
.zip domains cause 404 in panel interface #86
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dotargz on 5/20/2025
CloudPanel version(s) affected
2.5.1
Description
any domain added with the TLD ".zip" breaks the UI and returns a 404 instead of a management interface. the actual site and interface are there, but this link, and potentially others, is broken.
How to reproduce
create a site with the domain ending in ".zip" then, attempt to open the management interface from the sites list.
Possible Solution
to get around this, you can add /settings to the 404 link, which will make it valid. but doing this manually makes navigating between domains a real hassle.
Additional Context
No response