账号密码登录
微信安全登录
微信扫描二维码登录

登录后绑定QQ、微信即可实现信息互通

手机验证码登录
找回密码返回
邮箱找回 手机找回
注册账号返回
其他登录方式
分享
  • 收藏
    X
    LAMP配置ssl 访问wordpress是php的源码
    78
    0

    配置完https后
    可以通过https的地址访问静态资源
    但是对于访问wordpress主页结果如下

    <?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' );

    感觉是php没法执行而访问的源码,找了一天没找出是哪里的问题

    注:http访问wordpress正常

    作为小白希望大神能给一些解决的方向,小弟不胜感激

    1
    打赏
    收藏
    点击回答
        全部回答
    • 0
    • 夜歌云 普通会员 1楼
      502 Bad Gateway

      502 Bad Gateway


      nginx
    更多回答
    扫一扫访问手机版
    • 回到顶部
    • 回到顶部