我尝试在子域Heroku/Laravel上强制使用HTTPS。请参阅下面的.htaccess。 它没有起作用。相反,子域"https://sub.domain.com/anything“重定向到"https://sub.sub.domain.com/index.php"”。plain old http request directly from the client
Re
我有一个托管在Heroku上的Ruby on Rails应用程序,它为应用程序提供SSL证书。这就是设置域路由的方式。http://example.com --> https://www.example.com
http://www.example.com --> Heroku DNS URL在Heroku DNS URL处,RoR应用程序被设置为强制使用SSL,因此它将所有
该页面可通过https访问。我在IIS服务器上创建了一个重定向,将URL从http重写为https。当我在以前从未输入过网址的设备上使用http进入页面时,我得到了错误Page Not Found.当我在设备上使用http进入页面时,我之前使用https输入了URL,重定向到https起作用了。
如何编辑TYPO3站点配置以同时处理页面的http版本?或者如何在TYPO3中创建从http到https