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

Homepage white screen after migration server

programmeradmin0浏览0评论

I migrate my client website from hosting to VPS.

i migrate by copying all file on root website folder and i export all table database.

all page / post and even dashboard (wp-login) i can access and login, but the homepage only shown white screen

many thing i did for troubleshooting but still not solve :

  • rename and/or delete htaccess
  • Changing Permalink setting
  • Disabling All Plugins
  • Increasing the Memory Limit

    define( 'WP_MEMORY_LIMIT', '512M' );

  • Changing Front page displays to Static and choose pages.

  • Replace Theme with a Default Theme
  • Debug: true and display error ( nothing shown error message )

    error_reporting(E_ALL); ini_set('display_errors', 1);

    define( 'WP_DEBUG', true);

Is there any suggestion i can try to solve my problem ?

I really appreciate for any suggestion.

thanks

I migrate my client website from hosting to VPS.

i migrate by copying all file on root website folder and i export all table database.

all page / post and even dashboard (wp-login) i can access and login, but the homepage only shown white screen

many thing i did for troubleshooting but still not solve :

  • rename and/or delete htaccess
  • Changing Permalink setting
  • Disabling All Plugins
  • Increasing the Memory Limit

    define( 'WP_MEMORY_LIMIT', '512M' );

  • Changing Front page displays to Static and choose pages.

  • Replace Theme with a Default Theme
  • Debug: true and display error ( nothing shown error message )

    error_reporting(E_ALL); ini_set('display_errors', 1);

    define( 'WP_DEBUG', true);

Is there any suggestion i can try to solve my problem ?

I really appreciate for any suggestion.

thanks

Share Improve this question asked Sep 9, 2017 at 2:43 benkdashbenkdash 112 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

it's solved now.

actually it's simple problem. :D

By previous developer there is file name index.html. The solution is delete/rename the file index.html. See printscreen

发布评论

评论列表(0)

  1. 暂无评论