FAQ > Remote
How can I check the remote PHP settings?
You can view the PHP settings of the remote server using the PHP function phpinfo()
. To do this, proceed as follows:
- Create a new file with the filename phpinfo.php.
- Insert this PHP code as content:
<?php phpinfo(); ?>
- Upload the file “phpinfo.php” to your remote server.
-
Open the file in your browser using the corresponding URL (http://www.remoteserver.com/phpinfo.php).
- You should now see the following in your browser. Remove this file when you are done verifying your settings.