Can't currently handle this request http 500 error

.000webhostapp.com can’t currently handle this request.

HTTP ERROR 500
my site: mjschool1.000webhostapp.com

Add this line to your .htaccess file to see PHP errors, which may help us diagnose the problem:

php_flag display_errors On

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
php_flag display_errors On

If you add the line and nothing else to your .htaccess to find any issues out.

Failing that - restore default WordPress .htaccess and also add the line in :slight_smile:

https://wordpress.org/support/article/htaccess/