首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >配置好了https,但是打开变成这个提示?

配置好了https,但是打开变成这个提示?

提问于 2018-05-31 10:54:42
回答 4关注 0查看 1.6K
代码语言:javascript
复制
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );

回答

和开发者交流更多问题细节吧,去 写回答
相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档