为什么我必须在后台登录两次才能登录? [英] Why do i have to log in twice in backend to log in?

查看:24
本文介绍了为什么我必须在后台登录两次才能登录?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须将我的用户名和密码两次放在管理员后端.>

  • 第一次输入我的用户名和密码时,我返回到带有空白字段的登录.
  • 我第二次登录...

是否有一些用户遇到同样的情况?有人可以帮忙吗?

有一个用户遇到了同样的问题,但我没有找到有用的答案:http://forum.joomla.org/viewtopic.php?t=558305

Joomla 2.5.9 版

解决方案

登录问题与我的域配置以及与 Joomla 的交互有关.

我更新了 .htaccess 文件,例如:

RewriteCond %{HTTP_HOST} ^domain.com [NC]重写规则 ^(.*)$ http://www.domain.com/$1 [R=301,L]

这样,我的用户总是被重定向到:www.domain.com甚至来到 domain.com

这让他们可以直接访问,但对于使用网络云服务的其他插件和模块也更好,具体取决于 www.domain.com(它们在 domain.com 上不起作用)示例:使用 Google/Facebook/Twitter 进行社交登录;地图 API 和其他 API

我希望这会帮助一些用户!它帮助了我:-)

I have to put my username and password in twice for the administrator back-end.

  • The first time I type in my user name and password, I return to the login with blank fields.
  • The second time I get logged in...

Are some users experiencing the same? Weard can someone help?

There is one post with a user having the same problem, but I did not find the usefull answers: http://forum.joomla.org/viewtopic.php?t=558305

Joomla version 2.5.9

解决方案

The login problem was related to my domain configuration and the interaction with Joomla.

I updated the .htaccess file like:

RewriteCond %{HTTP_HOST} ^domain.com [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]

In this way, my users always get redirected to: www.domain.com Even coming to domain.com

This give them direct access, but is also beter for other plugin's and modules that use web-cloud services, depending on the www.domain.com (they will not work on domain.com) Examples: Social Login with Google/Facebook/Twitter; Map API's and other API's

I hope this will help some users! It helped me :-)

这篇关于为什么我必须在后台登录两次才能登录?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆