wordpress首页打开出现下载

我的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' );

其他页面都是正常的,后台也能正常进入。请问应当如何解决?

阅读 11.7k
3 个回答
新手上路,请多包涵

会不会因为缓存插件的问题

你的 web 服务器没有设置解析php??

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题