Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Owdy Posted August 29, 2020 Posted August 29, 2020 I have made some path changes over the years, so some images are now in differend folders. To fix broken images in posts, i have done this in htaccess Redirect 301 /forums/public/style_images/ /public/style_images/ Redirect 301 /forums/images/ /images/ Question (maybe stupid one), does that make page creation any slower?
bfarber Posted August 31, 2020 Posted August 31, 2020 No, the page generation will be the same speed. In theory the page may load slower for the end user because the browser requests the image from the original URL and then is redirected to the new location (so two requests instead of one), but it will likely be negligible in most cases. Your alternative is to go through all the content and replace the paths instead. Owdy 1
Owdy Posted August 31, 2020 Author Posted August 31, 2020 Thanks 🙂 Some SQL query might fix this too.
Recommended Posts