鍍金池/ 問答/HTML5  PHP  Linux  HTML/ wordpress首頁打開出現(xiàn)下載

wordpress首頁打開出現(xiàn)下載

我的wordpress博客在打開首頁時無法顯示,會出現(xiàn)下載一個這樣的文檔:

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

其他頁面都是正常的,后臺也能正常進(jìn)入。請問應(yīng)當(dāng)如何解決?

回答
編輯回答
安淺陌

會不會因?yàn)榫彺娌寮膯栴}

2017年2月5日 17:22
編輯回答
瞄小懶

你的 web 服務(wù)器沒有設(shè)置解析php??

2017年8月1日 11:35
編輯回答
失心人

是因?yàn)闉g覽器緩存的問題,我寫了一篇文章來解釋這個問題:https://www.sangyunxin.me/arc...

2018年6月21日 01:27