<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How to diminish as quickly as possible 404 errors resulting of the switch from phpBB to wpForo ? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 12 Sep 2026 20:24:47 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to diminish as quickly as possible 404 errors resulting of the switch from phpBB to wpForo ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101888</link>
                        <pubDate>Sun, 16 Apr 2023 11:04:10 +0000</pubDate>
                        <description><![CDATA[After some thinking, here is my solution, knowing that &quot;bearforum&quot; is my phpBB database name:
SELECT  concat(&#039;/forums/viewtopic.php?t=&#039;,bearforum.phpbb_topics.topic_id) as T, concat(&#039;/forum...]]></description>
                        <content:encoded><![CDATA[<p>After some thinking, here is my solution, knowing that "bearforum" is my phpBB database name:<br /><br /></p>
<pre contenteditable="false">SELECT  concat('/forums/viewtopic.php?t=',bearforum.phpbb_topics.topic_id) as T, concat('/forums/', wp_wpforo_forums.slug, '/', wp_wpforo_topics.slug) as forotopic  
FROM LeBearCNC.wp_wpforo_forums, LeBearCNC.wp_wpforo_topics, bearforum.phpbb_topics 
where wp_wpforo_topics.forumid=wp_wpforo_forums.forumid and wp_wpforo_topics.title = phpbb_topics.topic_title and wp_wpforo_forums.slug &lt;&gt; 'presentations';</pre>
<p>And here is, after import, how it looks like in redirections:</p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="2023-04-16-13_03_10-Redirection-‹-Le-Bear-CNC-3D-—-WordPress-et-2-pages-de-plus-Personnel-–-Micr.png" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1681643050-2023-04-16-13_03_10-Redirection--Le-Bear-CNC-3D--WordPress-et-2-pages-de-plus-Personnel--Micr.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> 2023-04-16-13_03_10-Redirection-‹-Le-Bear-CNC-3D-—-WordPress-et-2-pages-de-plus-Personnel-–-Micr.png</a></div>
<div> </div>
<div>Maybe it can help some others converting from phpBB to wpForo</div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Le Bear</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101888</guid>
                    </item>
				                    <item>
                        <title>RE: How to diminish as quickly as possible 404 errors resulting of the switch from phpBB to wpForo ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101851</link>
                        <pubDate>Fri, 14 Apr 2023 08:53:35 +0000</pubDate>
                        <description><![CDATA[So, I installed and setup Redirection, it seems to work well. Good advice,  thank you.]]></description>
                        <content:encoded><![CDATA[<p>So, I installed and setup Redirection, it seems to work well. Good advice,  thank you.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Le Bear</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101851</guid>
                    </item>
				                    <item>
                        <title>RE: How to diminish as quickly as possible 404 errors resulting of the switch from phpBB to wpForo ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101842</link>
                        <pubDate>Thu, 13 Apr 2023 14:51:32 +0000</pubDate>
                        <description><![CDATA[@tutrix I will look at it. Thanks !]]></description>
                        <content:encoded><![CDATA[@tutrix I will look at it. Thanks !]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Le Bear</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101842</guid>
                    </item>
				                    <item>
                        <title>RE: How to diminish as quickly as possible 404 errors resulting of the switch from phpBB to wpForo ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101841</link>
                        <pubDate>Thu, 13 Apr 2023 14:21:31 +0000</pubDate>
                        <description><![CDATA[@le-bear 
you can test a plugin like &gt; Redirection]]></description>
                        <content:encoded><![CDATA[<p>@le-bear </p>
<p>you can test a plugin like &gt; <a href="https://wordpress.org/plugins/redirection/">Redirection</a></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101841</guid>
                    </item>
				                    <item>
                        <title>RE: How to diminish as quickly as possible 404 errors resulting of the switch from phpBB to wpForo ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101834</link>
                        <pubDate>Thu, 13 Apr 2023 12:32:39 +0000</pubDate>
                        <description><![CDATA[@chris I know that, Chris. I was asking for ideas, hints, from people who have done that before me.]]></description>
                        <content:encoded><![CDATA[@chris I know that, Chris. I was asking for ideas, hints, from people who have done that before me.]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Le Bear</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101834</guid>
                    </item>
				                    <item>
                        <title>RE: How to diminish as quickly as possible 404 errors resulting of the switch from phpBB to wpForo ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101825</link>
                        <pubDate>Thu, 13 Apr 2023 10:14:10 +0000</pubDate>
                        <description><![CDATA[Hi @le-bear,
wpforo doesn&#039;t control google indexing. We cannot do anything from our side to speed up the indexing. It&#039;s all about google]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@le-bear,</span></p>
<p>wpforo doesn't control google indexing. We cannot do anything from our side to speed up the indexing. It's all about google</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101825</guid>
                    </item>
				                    <item>
                        <title>How to diminish as quickly as possible 404 errors resulting of the switch from phpBB to wpForo ?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101769</link>
                        <pubDate>Tue, 11 Apr 2023 12:54:41 +0000</pubDate>
                        <description><![CDATA[I know this topic is not directly depending upon wpForo, but as I am sure to not be the first having done this switch, there might be some wise advices here about the best way to get Google ...]]></description>
                        <content:encoded><![CDATA[<p>I know this topic is not directly depending upon wpForo, but as I am sure to not be the first having done this switch, there might be some wise advices here about the best way to get Google to quickly show the new urls of  searched topics.<br /><br />My forum get more searches than my blog pages, and I would really like it if people could find what they search (which is still there, but with a different URL ) rather than get a disapointing error 404.<br /><br />I did put the /viewtopic.php? url in the suppress pages in Google search console, does not seem to really make a difference.<br /><br />Any idea about the best way to help google find the proper url faster?  I did put /forums/sitemap.xml in the search console already.<br /><br />Thanks for your help,<br />Bernard</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Le Bear</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-diminish-as-quickly-as-possible-404-errors-resulting-of-the-switch-from-phpbb-to-wpforo/#post-101769</guid>
                    </item>
							        </channel>
        </rss>
		