Moderator: Moderators

dcz wrote:I bet that these are either deleted or posted in private forums (that once where public or content was moved to).
Stephen26 wrote:Thanks for your answer! All redirects for existing sites work, but deleted posts which we have a lot of get a 302-redirect to the correct 404 error pages which have such URLs:http://www.domain.tld/topic1234.html.






// www.phpBB-SEO.com SEO TOOLKIT BEGIN
if (!empty($phpbb_seo->seo_opt['zero_dupe']['on'])) {
$phpbb_seo->seo_redirect($phpbb_seo->seo_path['phpbb_urlR']);
}
// www.phpBB-SEO.com SEO TOOLKIT ENDtrigger_error('NO_TOPIC');




redirect(append_sid("{$phpbb_root_path}viewtopic.$phpEx", "t=$topic_id" . (($forum_id) ? "&f=$forum_id" : '')));

trigger_error('NO_TOPIC');redirect(append_sid("{$phpbb_root_path}index.$phpEx"));
Users browsing this forum: No registered users and 1 guest