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

My WP Website Shows HTTP ERROR 500

For future reference you could use the define( ‘WP_DEBUG’, true ); at your wp_config to easily spot errors and turn to false when you are done. Enabling WP_DEBUG will cause all PHP errors, notices and warnings to be displayed. This is likely to modify the default behaviour of PHP which only displays fatal errors and/or … Read more