Change bbPress Installation URL Path

Problem:

You have installed bbPress using the default url, i.e. http://www.example.com/bbpress/, and now you want move your bbPress installation to e.g. http://www.example.com/forums/

Solution:

  1. Make a copy the of the “bbpress” folder and name it “forums”.
  2. In the bbPress administration “Settings > General” change the bbPress address (URL) to the new url “http://www.example.com/forums/”.
  3. Open the .htaccess file in the root of the new bbPress location “/forums”, and replace “bbpress” with “forums”.
  4. Save the .htaccess file, and reload page using the new url, i.e. http://www.example.com/forums/.
  5. The page is now moved.
  6. Clean up and delete the old “/bbPress” folder.
This entry was posted in Web Development. Bookmark the permalink.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.