Answer the question
In order to leave comments, you need to log in
Why is a white screen displayed when opening the site?
When opening the site, a pure white screen appears, without any errors.
.htaccess has
php_flag display_errors on
#php_value error_reporting 0
What could be the problem and how to fix it?
Answer the question
In order to leave comments, you need to log in
In .htaccess
php_flag error_reporting = E_ALL
php_flag display_errors = On
php_flag display_startup_errors = On
echo ini_get('error_reporting');
echo ini_get('display_errors');
echo ini_get('display_startup_errors');
exit();
The site is not on WordPress by any chance?
Add memory for php in .htaccess.
Well, as ThunderCat said, read the logs.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question