打开来是这样
<?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 没有运行吧 。

配置文件是不是少了  include enable-php.conf;  ?
贵州网友:应该是宝塔问题,各种问题,我从装了。。
内蒙古网友:也遇见过,谷歌浏览器问题
隐身模式就能正常打开了

01-09 14:34