-
Notifications
You must be signed in to change notification settings - Fork 100
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
Implement Custom Error Pages #30
Comments
It's already handling, just throwing an error for some reason: Line 41 in 35a9f3f
Lines 86 to 92 in 35a9f3f
Trying to fix on my PR, but since I never had worked with Python for web before, I may not fix it. Yep, I read all the issues. |
@nijel @williamdes Can I work on this, if its still required? |
Sure, do you know enough python to finish #136? |
@williamdes Thank you and yes I can try #136 . |
@williamdes can you please confirm/share what the production settings.py looks like? the path will be: phpmyadmin-website\pmaweb\settings.py Important changes in the settings.py which is also in PR DEBUG = FALSE |
Signed-off-by: Vimal K <[email protected]>
that will be used instead of nginx default error pages:
https://www.phpmyadmin.net/static/A
Note: The custom error page is already there, it just needs to be used for static files as well.
The text was updated successfully, but these errors were encountered: