gpt4 book ai didi

php - 我可以检查 Magento PHTML 文件中的 HTTPS 吗?

转载 作者:IT王子 更新时间:2023-10-28 23:55:29 26 4
gpt4 key购买 nike

我正在 Magento 网站上安装 Clicky 代码。我想仅在启用 HTTPS 的 Magento 页面上使用他们的 HTTPS 跟踪器。我该怎么做?

我试过了

<?php if($_SERVER['https'] == 'on') : ?>

但这不起作用。

任何关于识别 HTTPS 页面的建议都会有很大帮助!

谢谢。

最佳答案

Magento 实际上为您提供了一个方法。

使用它来检查您是否处于安全模式:

// check to see if your store is in secure mode
$isSecure = Mage::app()->getStore()->isCurrentlySecure();

希望对您有所帮助!

谢谢,乔

关于php - 我可以检查 Magento PHTML 文件中的 HTTPS 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3457987/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com