Question: Is it possible to make a custom 404 Not Found Page, That when you search a page that doesn’t exist it redirects you to this customed 404 Not Found Page?
Hey @AldaraImperium Welcome to Ask!
While this isn’t possible on the HTML/CSS/JS template, it is possible using Node.js. For this purpose I’ve created a simple Repl here. You can simply add your files to the public
folder, and customize 404.html
to your liking.
Hope this helps!
Alright, Thank You!!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.