Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有项目在这里http://www.example.com。我可以简单地使用此链接登录,但无法登录https://www.example.com。如何更改 CakePHP 的默认重定向。
http://www.example.com
https://www.example.com
当我使用 http 但不使用 https 时,该站点工作正常。
您可以使用SecurityComponent::requireSecure(请参阅)强制 SSL 执行所有操作,但如前所述,您的网络服务器应启用/支持 SSL。在我看来,这并不是真正的 CakePHP 问题。
SecurityComponent::requireSecure