Skip to:
Content
Pages
Categories
Search
Top
Bottom

Logout redirect not work when installing BP


  • Leonson
    Participant

    @leonson

    Hello People.

    When i activate buddypress 2.0.1 on wordpress version 3.8.3 i rechieve a Internal Server Error on the logout (redirection) page on my site. (/wp-login.php?action=logout&_wpnonce=b13eb0c456&redirect_to=http%3A%2F%2Frusrobgames.leonson.nl%2F%3Floggedout%3Dtrue). my site is http://rusrobgames.leonson.nl/

    I hope you can help me!
    Btw sorry for my bad english, i am dutch 😛

    Greetings from Holland!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Leonson-

    This sounds like a .htaccess or server configuration problem. What kind of server are you running the site on? Can you post the rewrite rules from your htaccess file (assuming it’s a linux server)?

    -David


    Leonson
    Participant

    @leonson

    Here is my .htacces:

    
    # 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
    

    im pretty sure im running on linux (because im using PLESK), but normal it does nothing with wordpress.

    Does the logout redirect work if BuddyPress is deactivated (i.e. if you’re just running a typical WordPress site)?


    Leonson
    Participant

    @leonson

    yes, it do


    BuddyBoss
    Participant

    @buddyboss

    That htaccess looks okay, but maybe it’s corrupted in some way. You could delete your htaccess (back up first) and then go to Settings > Permalinks and update the permalinks. This should automatically recreate your htaccess, which will rule that issue out.

    You could try adding these lines into your htaccess, below the other stuff:

    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php

    You could also try deactivating other plugins, and only activate BuddyPress, and see what happens. Maybe another plugin related to redirects is causing the problem.

    Beyond that, contact your web host..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Logout redirect not work when installing BP’ is closed to new replies.
Skip to toolbar