生成的session是不可写的,求解,谢谢军哥。作者: licess 时间: 2017-6-15 14:06 标题: 回复 1# 的帖子 可能magento后台 Use Secure URLs in Frontend 和 Use Secure URLs 没开启作者: gfjustme 时间: 2017-6-15 14:12 标题: 回复 2# 的帖子 Use Secure URLs in Frontend 和 Use Secure URLs,都开启了,如果http和https分别访问都没问题,就是加了那个301跳转后,就不能保存了。作者: licess 时间: 2017-6-16 09:20
这个就不打清楚了,可能保存功能页面上有http的链接作者: gfjustme 时间: 2017-6-16 11:47 标题: 回复 4# 的帖子 如果不做强制http使用https访问的跳转,分别访问http和https都没问题,实在是找不到原因了,帮看下配置文件,是不是哪里有问题
magento的伪静态:
location / {
index index.html index.php; ## Allow a static html file to be shown first
try_files $uri $uri/ @handler; ## If missing pass the URI to Magento's front handler
expires 30d; ## Assume all files are cachable
}