我用Liferay 6.1配置了门户 http://fut5.co。但是,从 Web 浏览器查看时出现问题。我第一次访问该网站时一切正常,但是当我尝试再次访问时,会出现下一条消息:
"此网页有一个重定向循环"
为了重现此问题,每次我都必须清除浏览器的缓存。这会影响我的访问者返回我的网站。
第一次:fut5.co-> fut5.co/home第二次:fut5.co -> 重定向循环
我将友好网址配置为:/portal公共页面: fut5.co私人页面: fut5
如何修复此行为?对此,你怎么看?
我定期遇到这个问题,Liferay被损坏了。 我发现唯一的解决方案是完全重新安装Liferay实例。 我希望一旦我的应用程序进入生产环境,就不会发生这种情况。
尝试将"控制面板>门户设置>导航"上的"主页 URL"属性设置为"/"。
网站的友好 URL 从"guest"更改为其他内容时,我看到会发生这种情况。如果您重命名为"something",解决此问题的一种方法是转到http://localhost:8080/web/something
而不是http://localhost:8080/
- 则重定向循环将不会发生。可能已经为此提交了问题(编辑:LPS-27051,在 6.1 GA2 中修复)。最快的解决方法是不重命名默认站点。
你能在portal-ext.properties中检查这个属性吗?现在,当您点击直接网址时,它默认为/web/guest,因此它正在重定向。
# # Specify the site name that will default to the company's virtual host. # If the specified site has a virtual host, then that will take precedence. # If it does not, then it will use the company's virtual host. This property # is useful to remove "/web/guest" (or any other site) from the default URL. # For example, if this property is not set, then the default URL may be # http://localhost:8080/web/guest/home. If this property is set, then the # default URL may be http://localhost:8080/home. # virtual.hosts.default.site.name=Guest