Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • tamilhood
    Member

    @tamilhood

    Alright well I just reinstalled buddypress and everything works now. Thank you for the plugin!


    tamilhood
    Member

    @tamilhood

    Well now after the upgrade (buddypress.1.2.2.1) even without logging in with facebook connect I get redirected to my home page.


    tamilhood
    Member

    @tamilhood

    Use your main .htaccess file on your public_html directory and add that to the top of the file


    tamilhood
    Member

    @tamilhood

    Yes, I got my pages to show up now by moving:

    # BEGIN WordPress

    <IfModule mod_rewrite.c>

    RewriteEngine On

    RewriteBase /

    RewriteCond %{REQUEST_FILENAME} !-f

    RewriteCond %{REQUEST_FILENAME} !-d

    RewriteRule . /index.php [L]

    </IfModule>

    # END WordPress

    To the top of my htaccess file. I just got a problem when I try to log in with facebook connect. It redirects every page to my home page.

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar