Site no longer working following server crash – how to restore it

Since you do have ftp access, edit your wp-config.php add these lines: @ini_set(‘display_errors’,0); define(‘WP_DEBUG’, true); // Turn debugging ON define(‘WP_DEBUG_DISPLAY’, false); // Turn forced display OFF define(‘WP_DEBUG_LOG’, true); // Turn logging to wp-content/debug.log at the same time, comment out any lines that define WP_DEBUG as false. Then do a page reload and finally look at … Read more

I changed a server and a domain in the same time and the site brings error 500 in the browser

The problem happened due to a corrupted .htaccess, After all the stages above, I removed Wordfence with wp plugin uninstall and then, after that, I recreated the .htaccess based on the formal example here: https://codex.wordpress.org/htaccess I saved and relaunched the site and now it’s working. When the site is up reactivate all plugins and bring … Read more