Override URL constant in bb-config.php?
-
With WordPress there is a handy way to override the url Options set in the DB like so:
define(‘WP_HOME’, ‘http://localhost’ );
define(‘WP_SITEURL’, ‘http://localhost’);
This is really useful for local development. Anyone know the equivalent in BBPress?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.