Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 31, 20222 yr My migration is a little messy and a lot of old links are broken. Is there a way to redirect like a 404 to a good page instead of giving the user the "The page you requested does not exist" message? In other words, can broken links should be redirected to my forum index page?
December 31, 20222 yr Solution You wouldn’t want every 404 to go to the homepage. That would confuse users and search engines. Is there something unique about the URLs of those old links which don’t work anymore? If so, on a self-hosted installation, you could target the links with htaccess redirects.
December 31, 20222 yr As opentype mentioned, it would not be beneficial to direct all URLs to a similar page. However, if there are unique characteristics that you could capitalize on, say like you want a contact forum going to our software's contact form. That could be handled by a redirect on your hosting provider's end (likely through .htaccess as opentype mentioned).
December 31, 20222 yr Author Can I edit the text on that error page? That seems like the most prudent solution.
January 3, 20232 yr You can edit the text anywhere on the site by using translation. Please take a look at the following guides on translating text on the site, which should help you to achieve this https://invisioncommunity.com/4guides/themes-and-customizations/languages-and-localization_326/translating-using-the-visual-language-editor-r119/ And https://invisioncommunity.com/4guides/themes-and-customizations/languages-and-localization_326/translating-using-the-standard-editor-r120/
January 4, 20232 yr Hi @John Horton, Thanks for circling back and letting us know the issue has been resolved. As usual, if anything else comes up, please don’t hesitate to let us know.