Skip to content

Implement 404 page and lowercase route redirection #4

@theNatePi

Description

@theNatePi

Currently, there is no 404 Not Found page in the website.

Visiting invalid or mistyped URLs such as /recruitment displays only the default 404, even though /Recruitment exists and should be routed.

Feature requirements:

  • Create a 404 Not Found page.
  • Implement automatic redirection for routes entered in all-lowercase (e.g., /recruitment) to their canonical mixed-case equivalents (e.g., /Recruitment).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions