Forums

Join
bbPress Support ForumsInstallationHow to manually change bbPress url cause I screwed up

Info

How to manually change bbPress url cause I screwed up

  1. I installed the latest bbPress. Everything went well. Then I decided to be an idiot and changed the bbPress url in the options page to my main site because when I clicked on my site name I wanted it to redirect back to my main site (the site name beside the bbPress logo).

    I tried to re-install bbPress but it wont go past after installing bb-config.php

    My main site is : http://www.fawked.net
    My forum is : http://www.fawked.net/forum

    Please tell me what file (or perhaps what line in my database)? to edit. I need to change my bbPress url back to http://www.fawked.net/forum

    Thanks in advance

  2. In the database, the value is stored in the bb_topicmeta table. A record that has a meta_key of uri holds the value, I think. That is record #3 in my fresh installation. It might be different in yours. Just find the key of uri and the value is the one you want, I think.

  3. Thanks chrishajer it worked!

  4. It's worth noting here that you can also override the database value in your bb-config.php file. Just in case anyone can't directly access their database.

    $bb->uri = 'http://example.com/bbpress/';
  5. You must log in to post.