Are you running other plugins that deal with logging in, changing the htaccess file or anything else that might conflict with the plugin?
Yes I'm using Peter's Login Redirect plugin but I disabled it before activating Stealth Login.
Are you using Stealth Mode or normal mode?
I'm using normal mode.
Is it updating your htaccess file when you save the settings?
No it doesn't!
What message do you get?
I get a message that all setting saved successfully.
# Can you update the htaccess file manually?
# Does it help?
Yes I can but it doesn't help.
Can you paste your htaccess output code for review? (The stealth keys are regenerated on every save so don't worry about that)
# STEALTH-LOGIN
RewriteRule ^logout wp-login.php?action=logout&_wpnonce=fe19a2acc4 [L]
RewriteRule ^admin wp-admin/ [R,L]
RewriteRule ^login wp-login.php?&redirect_to=http://answers.ge/wp-admin/ [R,L]
RewriteRule ^register wp-login.php?action=register [L]
# END STEALTH-LOGIN
Anything else?