Buddypress on Subdomain htaccess
-
I moved Buddypress from the main site on a Multisite install to a subdomain and added these rules to htaccess:
RedirectMatch 301 ^/members/(.*)$ https://community.qiaccess.com/members/$1
RedirectMatch 301 ^/groups/(.*)$ https://community.qiaccess.com/groups/$1
RedirectMatch 301 ^/blogs/(.*)$ https://community.qiaccess.com/blogs/$1
RedirectMatch 301 ^/forums/(.*)$ https://community.qiaccess.com/forums/$1which was a guess on my part because at Buddypress.org they offer for subdirectories, as in:
RedirectMatch 301 ^/members/(.*)$ https://example.com/community/members/$1
RedirectMatch 301 ^/groups/(.*)$ https://example.com/community/groups/$1
RedirectMatch 301 ^/blogs/(.*)$ https://example.com/community/blogs/$1
RedirectMatch 301 ^/forums/(.*)$ https://example.com/community/forums/$1But I still ccan’t get to my Activity, Members, Forums, etc. Any thoughts?
- The topic ‘Buddypress on Subdomain htaccess’ is closed to new replies.