How to display PHP configuration of your vtiger?

Sometimes you need to check and increase your php variables but how to find currently php variables?

You can find the PHP configuration by placing a page with a phpinfo() function along with your website.

To create a phinfo site with this command, first change into the directory that contains your website files. For example, the default directory for webpage files for Apache on Ubuntu is /var/www/html/:

$cd /var/www/html

Then, create the info.php file:

$sudo nano info.php

Paste the following lines into this file and save it:

<!--?php phpinfo(); ?-->

Then, in your browser open: http://yoururl/info.php

phpinfo

phpinfo

Share this post

Comments (6)

  • 온라인바카라 Reply

    I think this is one of the so much vital information for me.
    And i am glad reading your article. But should observation on some general things, The web site style is wonderful, the
    articles is in reality nice : D. Excellent activity, cheers

    November 23, 2017 at 1:13 am
    • its4you Reply

      Thx, we do our best.

      November 27, 2017 at 2:33 pm
  • sharemodest.com Reply

    Updating the PHP configuration settings is a common task when setting up a PHP-based website.

    December 21, 2017 at 12:27 pm
  • Johny Jackson Reply

    I believe this is among the so much significant information for me.
    And i am happy studying your article. But should remark on some general things, The site taste is perfect, the articles is in point of fact nice :
    D. Just right job, cheers

    January 12, 2018 at 10:38 pm
  • Johny Jackson Reply

    I’ve been browsing online more than 2 hours today, yet I never found any interesting article like yours.

    It is pretty worth enough for me. In my view, if all website owners and
    bloggers made good content as you did, the web will be much more useful than ever before.

    January 15, 2018 at 11:17 pm
  • Vtiger system requirements - IT-Solutions4You Reply

    […] How to find your php settings? How to change your php settings? […]

    January 22, 2018 at 2:15 pm

Leave a Reply

Your email address will not be published. Required fields are marked *