By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
智诚云集
  • 首页
  • 互联网
  • 分享
  • 记录
  • 互联网
    • Blog Index
    • Search Page
    • 404 Page
  • 联系
Reading: Discuz启用SSL证书全局https访问
SUBSCRIBE
智诚云集智诚云集
Font ResizerAa
  • 云服务器推荐
  • 腾讯云
  • 阿里云
  • 京东云
Search
  • Home
  • Home
  • Blog
  • Blog
  • Categories
    • Technology
    • Travel
    • Lifestyle
    • Market
    • Innovate
    • Insurance
  • Categories
    • Technology
    • Travel
    • Lifestyle
    • Market
    • Innovate
    • Insurance
  • Bookmarks
  • Bookmarks
  • More Foxiz
    • Blog Index
    • Sitemap
  • More Foxiz
    • Blog Index
    • Sitemap
  • Contact
  • Contact
Have an existing account? Sign In
Follow US
  • About
  • Advertise
  • Privacy & Policy
  • Contact
© Foxiz News Network. Ruby Design Company. All Rights Reserved.
Discuz

Discuz启用SSL证书全局https访问

智诚云集 - Xyok.Cn
Last updated: 2025年12月6日 下午9:18
智诚云集 - Xyok.Cn
6 Min Read
Share
SHARE

source/class/discuz/discuz_application.php(约第193行处):

查找:


$_G['isHTTPS'] = ($_SERVER['HTTPS'] && strtolower($_SERVER['HTTPS']) != 'off') ? true : false;

修改为:


$_G['isHTTPS'] = ($_SERVER['SERVER_PORT'] == 443 || $_SERVER['HTTPS'] && strtolower($_SERVER['HTTPS']) != 'off') ? true : false;

uc_server/avatar.php (约第14行处):

查找:


define('UC_API', strtolower(($_SERVER['HTTPS'] == 'on' ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/'))));

修改为:


define('UC_API', strtolower(($_SERVER['SERVER_PORT'] == 443 || $_SERVER['HTTPS'] == 'on' ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'].substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/'))));

TAGGED:ssl
Share This Article
Facebook Email Copy Link Print
By智诚云集 - Xyok.Cn
Follow:
分销:阿里云、腾讯云、百度云、GoDaddy、景安云、Linode云服务器产品。
Previous Article [论坛-板块管理]板块设置密码
Next Article 设置安全问题(会员/管理员通用方法)

You Might Also Like

Discuz

discuz伪静态规则.htaccess 上传到根目录后 网站打不开

查看服务器或者空间环…

0 Min Read
Discuz

[论坛-板块合并]两个板块合并为一个板块/内容合并

  如图:…

1 Min Read
Discuz

[防灌水-验证码设置]注册 发帖 登录验证码开启/关闭

  正常情…

1 Min Read

[界面-导航设置]顶部主导航/底部导航/首页设置

 

0 Min Read
智诚云集智诚云集
Follow US
© Foxiz News Network. Ruby Design Company. All Rights Reserved.
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?