could you create a PHP file test.php in the root of your website withand open that in your browser via yourdomain.com/test.php
It should display the PHP configuration of your server. Check if PHP is still version 7.3.
If this file also gives a 503 server error, then something is wrong with the server.
Remove the test.php after testing...
Code:
<?php phpinfo(); ?>
It should display the PHP configuration of your server. Check if PHP is still version 7.3.
If this file also gives a 503 server error, then something is wrong with the server.
Remove the test.php after testing...
Statistics: Posted by pe7er — Thu Sep 12, 2024 5:36 am