我的域名原来是绑定的宝塔的wordpress网站,后来重新初始化了阿里云服务器,再访问域名就直接下载了一个wordpress的head文件,请问各位大佬这个怎么办呢,文件如下: 
 
- ?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
 
 - */
 
 - efine('WP_USE_THEMES', true);
 
  
- /** Loads the WordPress Environment and Template */
 
 - equire( dirname( __FILE__ ) . '/wp-blog-header.php' );
 
  复制代码 
 
 
 |   
 
 
 
 
 |