By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
智诚云集
  • 首页
  • 互联网
  • 分享
  • 记录
  • 互联网
    • Blog Index
    • Search Page
    • 404 Page
  • 联系
Reading: wordpress全站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.
Wordpress

wordpress全站SSL部署 媒体地址https

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

在当前使用主题文件:function.php 加入以下代码


add_filter('get_header', 'fanly_ssl');
function fanly_ssl(){
	if( is_ssl() ){
		function fanly_ssl_main ($content){
			$siteurl = get_option('siteurl');
			$upload_dir = wp_upload_dir();
			$content = str_replace( 'http:'.strstr($siteurl, '//'), 'https:'.strstr($siteurl, '//'), $content);
			$content = str_replace( 'http:'.strstr($upload_dir['baseurl'], '//'), 'https:'.strstr($upload_dir['baseurl'], '//'), $content);
			return $content;
		}
		ob_start("fanly_ssl_main");
	}
}

 

 

wp-config.php文件中添加:

define('FORCE_SSL_ADMIN', true);
define('FORCE_SSL_LOGIN', true);

新建“.htaccess”添加伪静态规则:

RewriteCond %{HTTPS} !on [NC]
RewriteRule (.*) https://域名%{REQUEST_URI} [R=301,NC,L]

Share This Article
Facebook Email Copy Link Print
By智诚云集 - Xyok.Cn
Follow:
分销:阿里云、腾讯云、百度云、GoDaddy、景安云、Linode云服务器产品。
Previous Article EA旗下Origin平台免费游戏《Apex英雄》下载慢方法总结
Next Article [全局-站点信息]论坛名称/QQ客服/统计代码/网站开关

You Might Also Like

Wordpress

[设置-常规]站点名称/地址/注册/语言/备案

  常见问…

2 Min Read

[外观-菜单]自定义导航菜单指向

0 Min Read
Wordpress

Gravatar头像WordPress无法显示解决方法

针对用户或游客评论头…

5 Min Read

[文章-写文章]添加图片/编辑器/写内容/博文/新闻

新版编辑器: &nb…

1 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?