• 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.php

    And 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.php

    It 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!

Viewing 1 replies (of 1 total)
  • Yes, it should work the same unless (maybe) you’ve got it set up for secure authentication. In which case you’d need https://... but I’m not sure if that would cause the problem since wp-login does try to redirect to https. What is your actual URL?

Viewing 1 replies (of 1 total)

The topic ‘WP-Login wierd thing…’ is closed to new replies.