Skip to content

Instantly share code, notes, and snippets.

@max-kk
Created January 25, 2017 15:27
Show Gist options
  • Save max-kk/468ea048b76bba9c98a887a6c092daf0 to your computer and use it in GitHub Desktop.
Save max-kk/468ea048b76bba9c98a887a6c092daf0 to your computer and use it in GitHub Desktop.
Redirect to BuddyPress profile from WP
# 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