sound Posted June 28 Posted June 28 (edited) Every forum topic url gets a 301 redirect when clicked on regardless of how many posts are in the topic, due to this {$row->url( "getPrefComment" )} in the topicrow template As this redirect is not needed on topics with just the one post, a simple if/else {{if $row->posts >= 2}} could be added either to the template topicrow or into the getPrefComment function This could then avoid many unneeded 301 redirects and so help with seo etc Edited June 28 by sound
Recommended Posts