新建的网站,其他页面能进,打开首页却是啥也没有,还会自动下载一个文件。
新配置的网站,打开首页却啥也没有,还会自动下载一个文件,然而,其他页面都是正常的,后台也能正常进入,这是咋回事?
- 方法来源:详情
原因分析
浏览器缓存导致。
解决办法
刷新或清理浏览器缓存。
文档内容
<?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' );