【问题标题】:Enabling http and https PHP [closed]启用 http 和 https PHP [关闭]
【发布时间】:2013-07-06 18:52:27
【问题描述】:

我有一个适用于 http 请求的 PDF 转换器按钮。

$this->url ='http://'.$_SERVER['SERVER_NAME'].':'.$_SERVER['SERVER_PORT'].str_replace(DIRECTORY_SEPARATOR , $relativePath , '/' );

但是我需要让它也适用于 https 请求。

任何帮助将不胜感激。

【问题讨论】:

    标签: php http pdf https


    【解决方案1】:

    您在从我所看到的获取协议时遇到问题。检查这个问题:PHP Get Site URL Protocol - http vs https

    【讨论】:

      猜你喜欢
      • 2021-02-10
      • 2012-01-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多