Skip to:
Content
Pages
Categories
Search
Top
Bottom

Individual Groups Not Redirecting


  • jennmfitness
    Participant

    @jennmfitness

    I have just installed buddypress and created a few groups. However, when you click on the group it is not redirecting into the group. I have tried to change themes to a core WP theme, deactivating all plugins, deactivating and reactivating all bp capabilities, using a different browser, deleting all cookies, and re-saving my permalink structure and nothing is working. I cannot access the group to post… Please help!

    http://www.jennifermfitness.com/groups/

Viewing 7 replies - 1 through 7 (of 7 total)

  • shanebp
    Moderator

    @shanebp

    You have a redirect loop.
    This is probably due to a function in your theme or some other plugin.
    To narrow down the issue, try switching to a standard WP theme like 2013.
    Try deactivating plugins one at a time.

    You also have an issue re profiles.
    For example, your profile link is
    http://www.jennifermfitness.com/profile/JennMFitness/
    which is 404 (not found)

    The ‘correct’ BP url is:
    http://www.jennifermfitness.com/members/jennmfitness/
    And that also causes a redirect loop.


    jennmfitness
    Participant

    @jennmfitness

    I have already tried all of that but I did it again just now and the group is still not redirecting. Is there something else I can try? Or something I can change?

    You can even check yourself now as all the plugins are deactivated except bp and the theme is set to 2013.


    shanebp
    Moderator

    @shanebp

    Then it may be your .htaccess file.
    It should look like this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress
    

    jennmfitness
    Participant

    @jennmfitness

    Yep… has that exact code.


    shanebp
    Moderator

    @shanebp

    Then it’s probably something in your server setup.
    I would ask your hosting provider for help with a redirect loop.


    shanebp
    Moderator

    @shanebp

    also – your links point to:

    <a href="http://www.JenniferMFitness.com/groups/new-year-new-you/">New Year, New You</a>

    Note the capitals in the href.

    You might want to try changing them to lower case in wp-admin/options-general.php
    in the WordPress Address (URL) and Site Address (URL) fields.


    jennmfitness
    Participant

    @jennmfitness

    Ah! That was it! Geeze… why didn’t I think of that! Thank so much!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Individual Groups Not Redirecting’ is closed to new replies.
Skip to toolbar