Error 404 for my project

I configure .htacess in my project to when type the link wrong, it gonna be in new-sillyvision.glitch.me/404/ but its now working, how can i make this?

Hello @Miguel_exe

Glitch does not run on Apache (the type of server that uses .htacess)
Instead, it runs on Express.js. Using .htacess will not work on a project, however there are alternatives. This post explains more.

1 Like