doujia1988 2017-02-08 09:26
浏览 74
已采纳

WordPress网站:前端工作完美的WordPress网站时无法访问后端

Before Some day my client website hacked by some one.

I have sorted many things but still WordPress back-end is not working. I am getting an error :

The exaple.com page isn’t working

example.com is currently unable to handle this request. 500,

landing page is working but other pages are not.

Please help me If some one Solution of this.

  • 写回答

1条回答 默认 最新

  • douxiuyi6529 2017-02-10 15:36
    关注

    Before Some day my client website hacked by some one.

    I have sorted many things but still WordPress back-end is not working.

    I don't know what you've done to "sort" the problem so far, but if you're going through the system fixing it bit by bit, then you're almost certainly not properly removing the hack. You really need to start from fresh to deal with this, otherwise the hacker will probably still have access.

    Firstly, take a snapshot of the site. Now. Get a copy of what you have at the moment and save it somewhere. This will help you if you want to investigate the hack further, and could also be useful for recovery in case you have any data loss from the next steps.

    What you need to do next depends on whether you have a backup or not. If you do...

    1. If you had a backup from before the hack, restore the site from that backup.
    2. Once the site is up and running from the backup, install the latest patch release of WordPress.
    3. Check every plugin you've used for security issues. If there are security patches for them, then install them. If a plugin has any known security issues that are not yet patched, then disable the plugin.
    4. Now check your site to see if you've lost any data; eg if any CMS pages were modified since the backup date. If there is any data loss, you may need to manually restore it. Hopefully there won't be too much, so this shouldn't take too much work. (it helps if you caught the hack early).

    If you don't have a backup... well, you should have had one! Learn from this and start doing backups for all your sites. But it's too late to fix that now.

    1. Best advice in this case is to re-install WordPress from scratch. Make sure you get the latest version with all current security patches.
    2. Then re-install all your plugins and themes. Make sure none of them have any known security issues.
    3. Then you'll have to manually recover the content from the database. Depending on how big the site is, this could be messy. Use the backup you took of the current site.

    Lessons to learn:

    1. Always keep backups.
    2. Install security plugins that can monitor the site for suspicious activity and harden it against hacks.
    3. WordPress has a terrible reputation for security. I suggest teaching yourself how to use an alternative CMS platform (I suggest Joomla), and use that instead for future projects.
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题
  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效