How to delete old links?

I created a website in replit, and I changed the name a few times. I noticed that when I still used the old links, the website still opened. Does anyone know how to delete/disable these old links so that I can just have the one link to the current updated website?

Not sure if you can disable them, but you could have a check for if the current URL matches the current one, and if not, redirect to the new one.

1 Like

Oh, okay. That’s actually a pretty good idea. I will try that.