Registration problem after htaccess hack
Hi,
I am using Classipress 3.0.4 for a project and I am using the following htaccess rewrite rule:
RewriteRule ^login$
wp-login.php [R=301,NC,L]
RewriteRule ^register$
wp-login.php?action=register [R=301,NC,L]
Now when I visit mysite.com/register, the registration page is displayed but when I entered username and email and click submit, nothing happens. The page just reloads that's it.
I looked into the classipress theme-login.php code and I feel there is something I need to edit in the file?
Please suggest how I can get this working.
Best regards,
Teller