Re: Can't see 'members' page in buddypress local install
Paul
Thanks for that explanation re: localhost.
But my main issue (and looking at the earlier posts in this thread over the last few weeks, it is a problem experienced by several other posters) is the same sort of problem on my remote site, http://waterwaywatch.org . I can get as far as Member and Group pages but if I try to click on a member to display their profile, the site re-directs to About.
I’ve been struggling with this for some time (see earlier post in this and other threads). In an attempt to isolate the problem I have reverted to a standard bp 123 theme- including choosing a non-default permalink – but the problem persists and it is a real show stopper as I can’t launch the site as is.
Thanks for your response,
Regards
Will
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress