snelson2678 wrote:
Would it be better to install bbpress on it's own subdomain?
In order to integrate bbPress with WordPress® and s2Member, you MUST have bbPress installed on the exact same domain as your WordPress® installation. This way cookies will be read properly.
So this would work just fine:
WordPress w/s2Member installed here:
- Code:
http://www.example.com/wordpress/
or just: http://www.example.com/
bbPress installed here:
- Code:
http://www.example.com/forums/
--------------------------------------------------------------
The above, is the easiest way. It keeps everything on one domain. That being said, if you really need to use different sub-domains, you could modify your wp-config.php file:
http://codex.wordpress.org/Editing_wp-c ... kie_Domain
- Code:
define("COOKIE_DOMAIN", ".example.com");
Remove the www, and always provide a leading dot. This tells WordPress® to set cookies for ALL sub-domains; making it possible to run WordPress® and bbPress on different sub-domains if you like.Statistics: Posted by Jason Caldwell — October 27th, 2010, 5:31 pm
]]>