@amunalaima
11 years, 10 months ago
Tried placing the code both in bp-custom.php and in the loader. Neither worked. Still nothing loads…
As you see, any other page works fine. It’s only the buddypress pages that don’t work. http://mantakchia.com/
# BEGIN WordPress
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
# END WordPress
Also, i am using the latest buddypress plugin version.