Skip to:
Content
Pages
Categories
Search
Top
Bottom

Moving bb-config to a non web accessible directory (up a dir from the root)

  • @windhamdavid

    Participant

    anyone with any insight into doing it so I don’t have to dig through it? It’s possible with wp-config and I remember it was doable with a standalone bb-press but at first try it doesn’t seem that the bp forum install is going to allow it? bb-config-path.php? BB_PATH? perhaps i can just up this a level in bb-load.php … any other affects of doing so?

    // The config file resides one level below BB_PATH
    require_once( dirname( BB_PATH ) . '/bb-config.php' );

    thks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @nuprn1

    Participant

    IIRC within BP – the BB config file is also stored in the meta table ( $bp->forums->bbconfig = $bp->site_options; )

    @windhamdavid

    Participant

    thks ~ yes.. bb-config-location in _sitemeta works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving bb-config to a non web accessible directory (up a dir from the root)’ is closed to new replies.
Skip to toolbar