Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,006
- How-to & Troubleshooting
- 129,530
- Creating & Extending
- 25,790
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,784
- Showcase
- 3,316
- Ideas
- 1,398
- Miscellaneous
- 9,170
-
If it’s in the activity stream, then yes, it’s cached.
You’ll have to manually change the entries in the DB or write up a few RewriteRules in .htaccess to redirect the old “site” urls.
You could try this in .htaccess:
RedirectMatch 301 ^/site/members/(.*)$ http://example.com/members/$1
RedirectMatch 301 ^/site/groups/(.*)$ http://example.com/groups/$1
RedirectMatch 301 ^/site/blogs/(.*)$ http://example.com/blogs/$1
RedirectMatch 301 ^/site/forums/(.*)$ http://example.com/forums/$1
Change example.com to your URL.
This is if you’re still using the first method,.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS