Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.zip domain issues #502

Open
senkoz opened this issue Jul 29, 2024 · 1 comment
Open

.zip domain issues #502

senkoz opened this issue Jul 29, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@senkoz
Copy link

senkoz commented Jul 29, 2024

CloudPanel version(s) affected

v2.4.2

Description

Using a .zip domain resaults in it not being able to load the settings and it responding with a 404 not found
image

How to reproduce

Create a domain ending with .zip (Can be static/php/etc)
Click on manage settings button
Webpage opens up to 404 not found.

Possible Solution

Only solution to this is click on the manage settings button and put /settings at the end of the url to get it to load.

Additional Context

No response

@cloudpanel-io cloudpanel-io added the bug Something isn't working label Aug 13, 2024
@dimictech
Copy link

Hey!

Try adding this to VHost

location / {
try_files $uri $uri/ /index.php?$query_string;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants