我们有两个网站在 Wordpress 和 Symfony 上运行,托管在 Bluehost.com 上
每 2-3 周,我们会在我们的网站上看到以下错误。
/**
* 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('./wp-blog-header.php');
一位自由开发者告诉我们,由于某种原因,所有 php 文件的第一行<?php
一直被删除。
然后,我们必须从备份中恢复站点。
任何想法/想法/解决方案将不胜感激。