How to view PHP configuration parameters

PHP configuration parameters are shown by PHP function phpinfo().

To view such a table, click “PHP configuration” icon in Logs app.

Atlernative method

If you cannot use Logs app.

  1. Create a file with the following contents and make sure that its name has .php extension:
    <?php
    phpinfo();

  2. Upload the file to the website root directory.
  3. Open its URL in a browser address; e.g., at http://mydomain.com/info.php if the file’s name is info.php.


0 comments

    Add comment

    To add a comment please sign up or login