新配置的網(wǎng)站,打開(kāi)首頁(yè)卻啥也沒(méi)有,還會(huì)自動(dòng)下載一個(gè)文件,然而,其他頁(yè)面都是正常的,后臺(tái)也能正常進(jìn)入,這是咋回事?
- 方法來(lái)源:詳情
原因分析
瀏覽器緩存導(dǎo)致。
解決辦法
刷新或清理瀏覽器緩存。
文檔內(nèi)容
<?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' );