Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Still get some /members/ links with BP_ENABLE_ROOT_PROFILES


r-a-y
Keymaster

@r-a-y

To redirect your old member URLs, try putting the following line in .htaccess:

RedirectMatch 301 ^/members/(.*)$ http://example.com/$1

Change example.com to your site.

This goes right above the following line in .htaccess:

# add a trailing slash to /wp-admin

Skip to toolbar