docker icon indicating copy to clipboard operation
docker copied to clipboard

Implement Custom Error Pages

Open emanuelb opened this issue 7 years ago • 2 comments

This issue similar to: https://github.com/phpmyadmin/website/issues/30

Implement custom error pages in Docker image which will be used instead of nginx default error pages. The content of error pages will contain:

  1. Error code (404/405/403/500)
  2. link to phpmyadmin documentation / issue tracker / report bug dialog.

emanuelb avatar Nov 16 '16 03:11 emanuelb

nginx is no longer part of the phpmyadmin image

J0WI avatar Aug 30 '20 15:08 J0WI

nginx is no longer part of the phpmyadmin image

apache is used instead by default, this issue is probably still relevant (need to check the result of server errors for that) such as visiting: http://localhost/%% http://localhost/nopage http://localhost/libraries/

emanuelb avatar Aug 30 '20 15:08 emanuelb