I havent changed the theme, and i did associate the register page on the buddypress settings option. but it still takes me to a page with no register form on it :S
unfortunatelly my .htaccess looks like this
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
the problem doesnt seem to be here…
Thnx, i know i have some plugins activated, cause I reactivated them after deactivating them didnt work. Could you please give me more advice on how to remove the rule in .htaccess?
I could post anything you need in order to help me.
thanks