单击链接时下载而不是重定向

时间:2018-09-26 13:10:18

标签: wordpress apache httpd.conf

突然在我的网站http://superhost.gr中,当单击链接时,任何链接都没有下载,而是被下载了。

您知道为什么会发生类似的事情吗? 我不记得要更改Apache的httpd.conf

查看正在下载的文件后,其内容为:

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

我在superhost.gr域上没有Wordpress,但在其他域中却没有。 这个文件是什么,为什么我单击的每个链接都会下载ti?

0 个答案:

没有答案