We recommend creating a backup of your website before editing files. This way, you can easily restore your website if anything goes wrong.
Locate the file called "wp-config.php" and edit the file to add the following line to the file.
// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );
Save the file and re-open your website, you should now have more information why your website is not loading.