新建的網站,其他頁面能進,打開首頁卻是啥也沒有,還會自動下載一個文件。
新配置的網站,打開首頁卻啥也沒有,還會自動下載一個文件,然而,其他頁面都是正常的,后臺也能正常進入,這是咋回事?
- 方法來源:詳情
原因分析
瀏覽器緩存導致。
解決辦法
刷新或清理瀏覽器緩存。
文檔內容
<?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' );