Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/redis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache 如何处理;非https“;https TYPO3后端中的(http)站点_Apache_Ssl_Typo3_Httpd.conf - Fatal编程技术网

Apache 如何处理;非https“;https TYPO3后端中的(http)站点

Apache 如何处理;非https“;https TYPO3后端中的(http)站点,apache,ssl,typo3,httpd.conf,Apache,Ssl,Typo3,Httpd.conf,我们运行一个TYPO3多域系统,并向我们的TYPO3域添加了https支持。所有其他域仍在不支持https的情况下运行(仅限http) https非常适合[typo3domain]。 将所有非https请求重定向到TYPO3后端(lockSSL)也可以很好地工作[typo3domain]/typo3自动重定向到https://[typo3domain]/typo3 现在我们的问题是: 如果编辑器[domain1]在https://[typo3domain]/typo3上编辑某些内容并转到page

我们运行一个TYPO3多域系统,并向我们的TYPO3域添加了https支持。所有其他域仍在不支持https的情况下运行(仅限http)

https非常适合[typo3domain]。 将所有非https请求重定向到TYPO3后端(lockSSL)也可以很好地工作
[typo3domain]/typo3
自动重定向到
https://[typo3domain]/typo3

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


如何解决此问题?

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

TCEMAIN.previewDomain = http://domain1
有关此选项的更多信息,请参见: