phpmyadmin / phpmyadmin/website

Implement Custom Error Pages

Open
#30 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement hardening
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.