We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v2.4.2
Using a .zip domain resaults in it not being able to load the settings and it responding with a 404 not found
Create a domain ending with .zip (Can be static/php/etc) Click on manage settings button Webpage opens up to 404 not found.
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.
No response
The text was updated successfully, but these errors were encountered:
Hey!
Try adding this to VHost
location / { try_files $uri $uri/ /index.php?$query_string; }
Sorry, something went wrong.
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: