I am trying to use define( ‘BP_ENABLE_ROOT_PROFILES’, true ); to put my user profiles at the root, for example, http://www.site.com/username instead of http://www.site.com/members/username
When I add this line to my wp-config.php, it changes the URL for the users to the root style, but then visiting that URL produces a 404 page not found.
This happens for all users, including a user I added after adding the command to wp-config
Is this a caching issue, and I just need to give it time? The site is live so I removed the command right away, so that my member profiles wouldn’t be broken.