WP-Login wierd thing…
-
Hi!
I’m experiencing a wierd issue with the wp-login. I have in my wordpress home-page the login form, you enter username, password click on login and if correct you’ll get in, otherwise it will redirect you to wp-login.php. Everything fine, but i noticed that the form action is:
<?php bloginfo('url'); ?>/wp-login.phpAnd i use Qtranslate in the website so this link was giving me problems, so i decided to use static (lets call it like that…) i mean the form action would be:
http://www.mywebsite.com/wp-login.phpIt should work same, isnt it? but it doesn’t… if the login is correct it redirects me to wp-login.php without saying any error…but it won’t log me…why? 🙁
Thanks,
Suso!
The topic ‘WP-Login wierd thing…’ is closed to new replies.