another detail – have the same installation on local notebook – all works fine, at that sense
another detail – it only happens in the main blog, on other site of the MU all OK….bizar!!!
– What’s in your .htaccess file?
– Site URL?
– Local notebook server – WAMP, MAMP, XAMPP?
– live site server – Linux/Windows?
– Changed to bp-default theme and deactivated all plugins except BuddyPress?
Hi & thanks
site url – http://www.writersboutique.net (bp plugin is deactivated)
.htaccess
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*.php)$ $1 [L]
RewriteRule . index.php [L]
site is Linux (well i think so…)
– Local notebook server – xampp
btw, I am not using bp-default, having a theme (unspoken) for main blog, for other blog using a child theme of the main theme. for bp i am using bp-template-pack.
i tries buddypress with all plugins deactivated, no go….
!!!
I put the buddypress plugin to work so you can see
in http://www.writersboutique.net, if you press on a posts link or a category, it does not find it
now go to
http://www.writersboutique.net/boaz, you can see the posts, but sure not on the categories because those are from the main blog….
Boaz
Sorry, I cannot read the language and can’t even tell where the categories are. What specific links are BuddyPress pages? If it’s an issue with categories, you should contact theme developer.
Hi
Categories are the menu under the logo…pages are the very upper menu, buddypress is on the top of the page…the black strip with the “In” word
Boaz