How to create a PHPinfo file on my account?

The phpinfo.php is a file that lets you easier see the information about the server you are on. This includes versions of your PHP, Apache/IIS, GD etc. If you don’t have one, you can easily create it through your cPanel:

Log into your cPanel -> File Manager and create a file called phpinfo.php.

*Note the file name can be whatever you like, only the extension must be .php (FileName.php).

Once you have the file created, click the Code Editor button:

and place the following text:

<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>

Click on Save changes and that’s it. To access the information, type in your browser’s address bar yourdomain.com/yourfilename.php and you will see your server PHP settings.

If you are a client of UniqueVPS, feel free to contact our 24/7 customer service for further assistance!

  • 0 Пользователи нашли это полезным
Помог ли вам данный ответ?

Связанные статьи

Can I get ROOT access to my VPS?

Root access can be provided upon request. Just contact us via Live Chat, mail or ticket and one...

CentOS Web Panel Installation – Step by step Guide

In this article, we will show you how to make a working CentOS Web Panel Installation. To avoid...

CentOS Web Panel Review – Introduction

CentOS Web Panel is a hosting control panel which centres around easy and quick management of the...

Install Python’s PIP on a Debian Server

If you’re using a Debian server that’s hosting a Python application you might need to have...

How to install FFmpeg on your VPS / Dedicated Server

In this tutorial we will show you how to install FFmpeg on your VPS/dedicated server running on...

Powered by WHMCompleteSolution