I thought of making a 404 Page. but it seems hard.. how do i do it?
.htaccess
FileErrorDocument 404 /page-not-found.html
inside of the .htaccess
file..css
designI use glitch as my coding website. Is that the problem? Is there an alternative way to do this.?
If you want a custom 404 page for an app on Glitch, you'll need to be building a Node/full-stack app and configuring the page in your server-side code.
For example, I've got this simple Express app that sends any non-index route request to a 404 page: https://glitch.com/edit/#!/tranquil-hurricane-friction?path=server.js%3A25%3A0