博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
magento-installation: Magento SSL Error 310 net::ERR_TOO_MANY_REDIRECTS
阅读量:6156 次
发布时间:2019-06-21

本文共 445 字,大约阅读时间需要 1 分钟。

I was having the same problem when I was trying to login to the backend. Magento kept redirecting me to the login page without any warnings whatsoever.

I added a new entry on my local hosts file (c:\windows\system32\drivers\etc) like this:

127.0.0.1 localhost.com

and I installed magento again using localhost.com/magento from the beggining. That solved my redirecting problem.

转载于:https://www.cnblogs.com/awinlei/archive/2013/04/08/3008559.html

你可能感兴趣的文章
自定义菜单用例
查看>>
获取request中的查询参数
查看>>
POJ 3026 Borg Maze
查看>>
判断IP地址是否合法类
查看>>
linux 常用命令
查看>>
python 中的input
查看>>
Codeforces Round #348 (VK Cup 2016 Round 2, Div. 2 Edition) D. Little Artem and Dance 模拟
查看>>
SSL延迟有多大 (Https)
查看>>
const constexpr C++ 解释
查看>>
zookeeper leader选举机制
查看>>
Java 反射机制[Field反射]
查看>>
深入理解Delete(JavaScript)
查看>>
JS 借助 pako.js 实现网络请求获取 gzip 数据流并解析, 解决汉字乱码
查看>>
28.Node.js 函数和匿名函数
查看>>
python练习笔记——分解质因数
查看>>
课程三(Structuring Machine Learning Projects),第二周(ML strategy(2)) —— 0.Learning Goals...
查看>>
远程桌面时提示凭证不工作问题的终极解决办法
查看>>
支付系统整体设计:整体架构设计以及注意要点(一)
查看>>
Eclipse安装zylin[转]
查看>>
自己动手写js分享插件 [支持https] (QQ空间,微信,新浪微博。。。)
查看>>