I just bought premium and downloaded it and it didn’t even work, but I have contacted the devs trough there support forum, but indeed it looked like what I was searching so thanks allot
Edit: Nevermind, it was my fault, I didnt follow the installation instructions properly, so it was not the devs fault ..
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..