Ask HN: An archived HN comment is hurting my web app. Can I remove it?
There is a link to a bad URL in this comment thread: Ask HN: What simple tools or products are you most proud of making?
http://hn.premii.com/#/comments/12957371
I'm still getting clicks on it and I think people then give up on my site. I actually don't allow people to get weird URLs anymore.
Can I get this removed?
9 comments
[ 3.3 ms ] story [ 35.5 ms ] threadUsually more traffic is good. I don't understand how is this hurting your site. I read the linked article and I don't understand what you mean with "I actually don't allow people to get weird URLs anymore.".
Anyway, if you want to contact the mods, it's better to write a message to hn@ycombinator.com
Sorry. Crap post from mobile.
Someone references my site having a weird URL in the comments for averageweather.io. The Tokyo URL and I keep seeing people hit that link and then bounce off the site because that link is now an handled error page.
I don't know what your setup is, but you can search for "302 redirect [SETUP]". There's a chance you're on Apache, look into `.htaccess`. If you'd rather not tinker with that, your hosting provider will most likely have a graphical user interface to add redirects.
All the best,
Redirect 301 /old_file /new_file