all my pages disapeared except my homepage
-
[ Moderator note: moved to Fixing WordPress. ]
I was building a website for a client, I went on vacation for a few weeks, when I returned, 99% of the site was gone! I have several security plugins, so I don’t understand how this could happen. Was the site hacked? I’m not a wordpress expert, so if there is someone out there with any kind of idea – please let me know what you think this is and how I could fix it. My dashboard is fully accessible. I already tried disabling all the plugins & updating the themes & wordpress to the newest versions… did not solve the problem. I do have access to ftp. I had a back-up of the ‘xml’ wordpress export/import, and I tried that, but it doesn’t work either. Is my entire site being redirected to sedoparking.com? I see that URL in the source code, but I don’t understand why it’s there or how to get rid of it and get my pages back.
PLEASE HELP! – thank you WordPress community!This is the source code that replaced all my pages – even new pages I try to create!:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style type="text/css"> html, body, #partner, iframe { height:100%; width:100%; margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } body { overflow:hidden; } </style> <meta content="NOW" name="expires"> <meta content="index, follow, all" name="GOOGLEBOT"> <meta content="index, follow, all" name="robots"> <!-- Following Meta-Tag fixes scaling-issues on mobile devices --> <meta content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" name="viewport"> </head> <body> <div id="partner"></div> <script type="text/javascript"> document.write( '<script type="text/javascript" language="JavaScript"' + 'src="https://sedoparking.com/frmpark/' + window.location.host + '/' + '1und1parking4' + '/park.js">' + '<\/script>' ); </script> </body> </html>
- The topic ‘all my pages disapeared except my homepage’ is closed to new replies.