【问题标题】:How to handle "non-https" (http) sites in https TYPO3 backend如何在 https TYPO3 后端处理“非 https”(http)网站
【发布时间】:2019-07-14 06:22:50
【问题描述】:

我们运行 TYPO3 多域系统,并为我们的 TYPO3 域 [typo3domain] 添加了 https 支持。所有其他域仍然在没有 https 支持的情况下运行(仅限 http)。

https 非常适合 [typo3domain]。 将所有非 https 请求重定向到 TYPO3 后端(lockSSL)也很完美。 [typo3domain]/typo3 自动重定向到 https://[typo3domain]/typo3

现在我们的问题: 如果编辑器 [domain1] 编辑 https://[typo3domain]/typo3 上的某些内容并转到 page -> view page,则调用 https://[domain1],但这不起作用(证书无效),因为 [domain1] 是非 ssl 域。

我该如何解决这个问题?

【问题讨论】:

    标签: apache ssl typo3 httpd.conf


    【解决方案1】:

    可以在非https站点的根页面TSconfig中设置预览域,包括协议:

    TCEMAIN.previewDomain = http://domain1
    

    可以在此处找到有关此选项的更多信息:https://docs.typo3.org/typo3cms/TSconfigReference/PageTsconfig/TceMain.html#previewdomain

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-11-03
      • 2012-08-07
      • 2015-07-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-03-08
      相关资源
      最近更新 更多