Skip to:
Content
Pages
Categories
Search
Top
Bottom

acitivty permalink does not redirect to member domain

  • @koomak

    Participant

    Hi,
    I am using Multi site wordpress 3.6 with buddypress 1.8.1. with child theme bp-colors-red (http://premium.wpmudev.org/project/buddypress-colour-pack/).

    Everything was working fine until yesterday when I tried to move back to bp-default theme and then back to child theme. I also modified the permalink structure in the subdomain where buddypress is installed ( I have mutisite WP). Now, even with bp-default theme, the single activity page shows blank page and this is I think because it does not redirect to the member domain as it did before. Browser shows “activity/p/1234..” and the page is blank. please help me how to resolve this.
    My site is http://cloob.koomak.com
    and here is a sample of activity page:
    http://cloob.koomak.com/activity/p/60050/

    Note that in the child them I don’t have any permalink.php file and it drives from the bp default theme.

Viewing 4 replies - 1 through 4 (of 4 total)
  • @koomak

    Participant

    I just realized that some other links like http://cloob.koomak.com/members/admin/profile/edit/
    also shows blank page.

    @koomak

    Participant

    Also, in the admin area when I try to save something it shows blank page. for example :
    http://cloob.koomak.com/wp-admin/options-permalink.php
    shows blank page. But, for other subdomains (other WP sites) on the network it works fine.

    @koomak

    Participant

    Here is the content in htaccess:

    RewriteEngine On
    Options +Followsymlinks

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    # END WordPress

    Please help!

    @koomak

    Participant

    This is resolved. There was a problem in one of the plugins.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘acitivty permalink does not redirect to member domain’ is closed to new replies.
Skip to toolbar