Problem while login with Internet explorer

Hello,

I have a problem while loggin in the IE browser. When I enter login and pass, nothing happens.

It works with Firefox, sometimes I have an error message "impossible to connect from another domain name" (it is in french so sorry for translation...) but when I make it a second time it works.

ths for help

  • You will have these errors if your site is installed under https:// but you are accessing it from http://. Enable proper redirects on your server.

  • thx for answer. my site is not Under https://.

    We tried to make it https:// but it is the same...

  • It's not only happening with https vs http but also when using - or not using - www in the url when you have installed your site giving the site url the other way round (again either with or without www).

    See http://learn.elgg.org/en/stable/appendix/faqs.html#login-token-mismatch for instruction how you can add rewrite rules to Elgg's .htaccess file to (hopefully) fix the issue. Add the additional rewrite rules below the

    # If your users receive the message "Sorry, logging in from a different domain is not permitted"
    # you must make sure your login form is served from the same hostname as your site pages.
    # See http://learn.elgg.org/en/stable/appendix/faqs/general.html#login-token-mismatch for more info.
    #
    # If you must add RewriteRules to change hostname, add them directly below (above all the others)

    comment lines in your .htaccess file.

  • Thank you very much. It was effectively a problem of rewrite...

    It is working now.