最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

htaccess has broken my site

programmeradmin9浏览0评论

I made a small addition to the htaccess file and it broke my site (I'm certain there were no errors, however). So I deleted what I added and 24 hours later the site is still broken.

I've disabled the htaccess file altogether. replaced the wp-admin and wp-includes moved all the themes off the server only leaving the default. turned on debugging and no errors are produced

I only get the white screen of death. I'm not sure what else to do at this point.

I made a small addition to the htaccess file and it broke my site (I'm certain there were no errors, however). So I deleted what I added and 24 hours later the site is still broken.

I've disabled the htaccess file altogether. replaced the wp-admin and wp-includes moved all the themes off the server only leaving the default. turned on debugging and no errors are produced

I only get the white screen of death. I'm not sure what else to do at this point.

Share Improve this question asked Sep 10, 2014 at 18:48 user847288user847288 211 gold badge1 silver badge4 bronze badges 7
  • Can you access wordpress admin section? – Robert hue Commented Sep 10, 2014 at 18:54
  • I cannot access any part of the site. – user847288 Commented Sep 10, 2014 at 19:08
  • Are wp-admin, wp-includes and wp-content folders still on server? Is it possible for you to post website URL. If it's then enable debugging and post URL. – Robert hue Commented Sep 10, 2014 at 19:12
  • landlordservicing All three folders are on the server. I've enabled debug, debug_display and debug_logging. I'm not sure I understand your last sentence – user847288 Commented Sep 10, 2014 at 19:22
  • Looks like website is working. Because HTML is there in source. rename plugin folder. – Robert hue Commented Sep 10, 2014 at 19:27
 |  Show 2 more comments

1 Answer 1

Reset to default 1

Enable debugging in wp-config.php and check for errors.

define( 'WP_DEBUG', true );

If you see blank white screen then it means..

  1. Either you renamed your theme folder name.
  2. Some plugin is blocking access.

Enable debigging and post errors here.

EDIT

You will have to try uploading files manually.

Download no content WordPress from here. https://downloads.wordpress/release/wordpress-4.0-no-content.zip

Then delete wp-admin, wp-include and other php file except wp-config.php and wp-content folder. And upload all files from wordpress-4.0-no-content.zip. THis should work.

Also keep a backup before deleting any files on existing website.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论