It all started one day when I was browsing sites looking for ways to use Express to redirect to other websites (or files). I copied a snippet of code.
res.redirect(301, 'http://yourotherdomain.com');
I changed the code to redirect to the 404 page of my app whenever a file couldn’t be found, and I ran the refresh command in console. I pressed Show Live. It redirected to yourotherdomain.com. I refreshed it again, and again, but to no avail.
My app is called bluedapp, it’s supposed to be an Ethereum DApp making platform (You fill in some fields, then it generates something with its magic for you to deploy)