@eleudson
11 years, 8 months ago
Hi, I resolve (ubuntu server 12.04, apache2) this problem as follow:
1) Execute the setup wizar of BuddyPress after the plugin activate
Tip from https://codex.buddypress.org/user/setting-up-a-new-installation/installation-wizard/
2) Move the plugins\buddypress\bp-themes to wp-content/themes and set the pretty permalink. I’am using the month + name.
Tip from http://wpmu.org/buddypress-now-supports-wordpress-single-user-no-wpmu-required/
3) Set the Apache2 mod_rewrite with
# sudo a2enmod rewrite
and change the option AllowOverride of None to all in the file /etc/apache2/sites-avaliable/default
… ` Options Indexes FollowSymLinks MultiViews AllowOverride all` …
Tip from http://www.lavluda.com/2007/07/15/how-to-enable-mod_rewrite-in-apache22-debian/