phpmyadmin / phpmyadmin/website
Implement Custom Error Pages
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 55
- Forks
- 103
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the existing custom error page referenced at https://www.phpmyadmin.net/static/A and inspect how nginx handles static-file errors in the website deployment. Trace where the custom page is configured and determine what prevents static files from using it. Done means nginx serves the custom page instead of its default error pages for static-file errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx
- Domain
- devops, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100