How to See all the current running information about PHP at our Hosting server.

 

For this you need to create one .php file with phpinfo() function which show you all the information at your browser.
Please create the file with the name phpinfo.php or you can create with any name.

Open the file and write the below code in the file

<?php
// Show all current running php information
phpinfo();
?>

and then save this file and upload it at your root directory.

After uploading you can open it at your browser as like
http://www.YourDomainName.com/Filename.php
Example : http://www.abc.com/phpinfo.php

It will show you all the running information of php

Note : You can upload this .php file at the root directory and its not matter that which hosting control panel you are using.

For cPanel : Under public_html (Generally its a root directory)
For Plesk Panel : Under httpdocs (Generally its a root directory)
For Website Panel : Under wwwroot (Generally its a root directory)
For Helm Panel : Under wwwroot (Generally its a root directory)

 

  • 152 Users Found This Useful
Was this answer helpful?

Related Articles

How To Upload The WebSite Content (cPanel)

How to upload your website files and folders to the server or your hosting space? For uploading...

How to login in control panel (cPanel Panel) ?

How to login in control panel (cPanel Panel) After getting the login credential, there is three...

How do you redirect your website using a .htaccess file OR Set Default Page ?

How do you redirect your website using a .htaccess file? How to set the default page for...

How to login to our Linux Server through Secure Shell (SSH) ?

    As per Operating SystemLinux distributions include support for SSH by default as well....

How to change or reset the default page in cPanel

How to reset the default page in cPanel For Admin for individual Account If you are having the...

Powered by WHMCompleteSolution