I'm renting a server (centOS 5.something), on which I run several websites. One of them runs on Wordpress, and recently Google Webmaster tools reported an increase in mobile crawl errors.
I checked, and for some reason there's a bunch of weird URLs that I never created. I logged onto the FTP, and checked filenames. .htaccess was fine. I also checked internal Wordpress for pages/posts etc. and even scripted then searched the database for it, but did not find anything there.
However, it seemed that there were made some changes to php.php and index.php. index.php did not seem to contain anything odd, but there was a large php_encoded string in php.php. I decoded it online, but my PHP is rusty. However, what I saw did not harbour much good.
I since then upgraded Wordpress to the latest version, and am going to port everything on the server over to a new server.
However, none of this seems to have solved the redirect issues, and I just got a new mail from Google regardi site errors. Pointing at one of the fake URLs reveals the redirects or forwards are still active.
Would anyone be able to tell me where to look for redirects on CentOS, if they are not located in my .htaccess? The server also runs Plesk, in case that is helpful. I primarily am interested in getting rid of these fake pages, and the new server will hopefully mean whatever changes might have been made will be undone.
Thanks.
Edit: I did check the wordpress recommendations, as well as read the replies in the other thread. However, most of those answers are very generic. I'm specifically hoping to figure out where the redirects might be stemming from, and yes, I will port everything on this machine to a different server.