@tamilhood
14 years, 8 months ago
Alright well I just reinstalled buddypress and everything works now. Thank you for the plugin!
Well now after the upgrade (buddypress.1.2.2.1) even without logging in with facebook connect I get redirected to my home page.
Use your main .htaccess file on your public_html directory and add that to the top of the file
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.