Created
January 25, 2017 15:27
-
-
Save max-kk/468ea048b76bba9c98a887a6c092daf0 to your computer and use it in GitHub Desktop.
Redirect to BuddyPress profile from WP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # add this (change site URL) | |
| RedirectMatch 301 ^/author/(.+)$ http://SITE.COM/members/$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment