Check remote PHP settings
-
Create a file named
phpinfo.phpwith the following content:<?php phpinfo(); ?> -
Upload
phpinfo.phpto your remote server’s document root. -
Open the file in your browser (e.g.
http://www.example.com/phpinfo.php). -
You will see the full PHP configuration.
