Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Buddypress Forum – View Topic link not working (redirects to the homepage)

Hi, donno if I can be of any help, however have you changed the permlink setup from the default AND updated your .htaccess file accordingly ?`
This is how my .htaccess file looks..
`
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
`
I have little knowledge of BP so this might not be your issue at all, but it’s worth checking..

Skip to toolbar