Site icon Hip-Hop Website Design and Development

White empty web page [closed]

Once I open any web page of the location – it’s white. Apache error.log:

[Wed Oct 06 23:32:22.771873 2021] [mpm_prefork:notice] [pid 331] AH00169: caught SIGTERM, shutting down
[Wed Oct 06 23:32:24.547790 2021] [mpm_prefork:notice] [pid 7337] AH00163: Apache/2.4.41 (Ubuntu) mod_gnutls/0.9.0 GnuTLS/3.6.13 OpenSSL/1.1.1f configured -- resuming regular operations
[Wed Oct 06 23:32:24.547914 2021] [core:notice] [pid 7337] AH00094: Command line: '/usr/sbin/apache2'
[Wed Oct 06 23:33:32.439227 2021] [mpm_prefork:notice] [pid 7337] AH00169: caught SIGTERM, shutting down
[Wed Oct 06 23:33:34.433073 2021] [mpm_prefork:notice] [pid 7401] AH00163: Apache/2.4.41 (Ubuntu) mod_gnutls/0.9.0 GnuTLS/3.6.13 OpenSSL/1.1.1f configured -- resuming regular operations
[Wed Oct 06 23:33:34.433152 2021] [core:notice] [pid 7401] AH00094: Command line: '/usr/sbin/apache2'

apache entry.log:

127.0.0.1 - - [06/Oct/2021:23:33:30 +0600] "-" 408 0 "-" "-"
127.0.0.1 - - [06/Oct/2021:23:33:36 +0600] "GET / HTTP/1.1" 200 203 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36"
127.0.0.1 - - [06/Oct/2021:23:33:36 +0600] "GET /favicon.ico HTTP/1.1" 200 202 "http://webreducer.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36"
127.0.0.1 - - [06/Oct/2021:23:33:45 +0600] "GET / HTTP/1.1" 200 2326 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36"
127.0.0.1 - - [06/Oct/2021:23:33:45 +0600] "GET /favicon.ico HTTP/1.1" 200 224 "https://webreducer.local/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36"
127.0.0.1 - - [06/Oct/2021:23:33:56 +0600] "-" 408 0 "-" "-"
127.0.0.1 - - [06/Oct/2021:23:34:05 +0600] "-" 408 2101 "-" "-"
127.0.0.1 - - [06/Oct/2021:23:34:53 +0600] "POST /wp-admin/admin-ajax.php HTTP/1.1" 200 1134 "https://webreducer.local/wp-admin/site-health.php?tab=debug" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36"
127.0.0.1 - - [06/Oct/2021:23:36:54 +0600] "POST /wp-admin/admin-ajax.php HTTP/1.1" 200 1134 "https://webreducer.local/wp-admin/site-health.php?tab=debug" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36"

My theme index.php file:

<?php get_header(); echo 'Theme!'; ?>
<?php get_footer(); ?>
<?php wp_footer(); ?>

However web page remains to be empty. The one plugin I exploit is my very own – I disabled it and it doesn’t assist, in order that frequent resolution is just not working. .htaccess is a default wordpress acess. (And sure, my theme is enabled)

What ought to I alter for fixing this situation?