404s On ‘Old’ bbPress URLs
-
We were running the stand alone bbPress for a loooong time.
We finally switched over to the plugin version last fall.
I am seeing a TON of 404 errors for URLs such as:
/forum/rss/topic/topic-name
AND
/forum/profile/profilename
I am pretty sure the solution for the /forum/profile/profilename is to create a rewrite that makes them all /users/ instead of /profile/ but I am not sure about the ones containing /rss/
From poking around I am thinking I should do:
/forum/rss/topic/topic-name
TO
/forum/topic/topic-name/feed
Assuming that the /rss/ URLs are ‘old’ stand alone bbPress related URLs.
Anyone have any insight on this?
- You must be logged in to reply to this topic.