About PHPinfo

PHPInfo help verifying what php modules are installed/loading
properly or to detect what version of php installed.

Here are the steps that you can follow to create such a file from within your cPanel.

- Start by logging into your cPanel
- Open File Manager
- Make sure you are in the directory you want to put the phpinfo page into. For instance, if you are making a phpinfo page for your main domain name, you will want to be in the public_html directory. If you’re
- Click on the "New File" File icon at the top of the page
In the dialog box that appears asking you for a file name, type in phpinfo.php
- Locate your new phpinfo file, right click it and select either "Edit" or "Code Edit" from the menu. If a "Text Editor" prompt appears, in the drop down list, choose "utf-8" and then click the "Edit" button. In the editor, type in the following text

<? phpinfo(); ?>

- Click the “Save Changes” button.
- To view your newly created phpinfo page simply navigate to yourdomain.com/phpinfo.php

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

What is Softaculous?

Softaculous is a commercial script library that automates the installation of commercial and open...

How to upload (Linux Hosting) ?

In this tutor you're about to learn how to upload your website content via FTP client software...

What is www or public_html folder?

Please note that " www"  is just the symbolic link or just a mirror to the public_html directory....

What is .htaccess?

The .htaccess file can be placed in one or more of your /home/user/public_html subdirectories....

How to enable 'register_globals' ?

Since we upgrade all our Linux server to suphp enable, The php_value or php_flag configured will...