HTTP ERROR 500 No acces to website and admin

Help! I don’t have access to my WordPress website, when I enter the link it shows me the HTTP error 500 and this page is not working. Then I tried to get to wp-admin even there it shows me the same problem.

Someone who can help me?!

my website’s URL: https://www.soef1997.ga

@soef1997 said:
Help! I don’t have access to my WordPress website, when I enter the link it shows me the HTTP error 500 and this page is not working. Then I tried to get to wp-admin even there it shows me the same problem.

Someone who can help me?!

my website’s URL: https://www.soef1997.ga

https://infinityfree.net/support/http-error-500/

But since you mentioned you use WP, I would point to this line:

In WordPress, for example, you can find the line define(‘WP_DEBUG’, false); in the wp-config.php file. Change this line to define(‘WP_DEBUG’, true);, and Wordpress will show detailed error messages. However, the exact steps vary depending on the script.

The error is probably caused from one of your plugins or themes.

Follow the instructions and you will be able to determine the name of the theme/plugin causing this, then go that folder that it is mentioned (wp-content/plugins/ or wp-content/themes/) and delete that plugin/theme’s folder.

Error Fixed!

@ChrisPAR Thank you very much it works now!