Hi there,
I am having problems figuring out how to use the login button feature on the forum, when I have purposely modified the login for security reasons from www.mysite.com/wp-login to www.mysite.com/enter using WP better security htaccess rules. The rules mean if I try to use wp-login, it will say not found, and that is what happens in this case when I press login in simplepress.
How could I make the simplepress login interact correctly with wordpress using the customised login?
Note, that I am also using a secret key, so when i type www.mysite.com/enter, the url resolves as www.mysite.com/wp-login?123456788 (a key stored in my ht access) in case this may effect things too.
Many Thanks!