- Joined
- Jun 19, 2014
- Messages
- 26
- Points
- 3
The php.ini file is the file where all the PHP configuration is. If you have a virtual server or dedicated server you can access it and modify it from your ssh terminal.
The easiest way to locate this file is through a simple page with the following code.
In the box marked in the image above you will see the path where the PHP file is. In order to be able to edit it, you can use any text editing program in your terminal, such as nano, vim, pico, etc.
The easiest way to locate this file is through a simple page with the following code.
Code:
<?php phpinfo(); ?>
In the box marked in the image above you will see the path where the PHP file is. In order to be able to edit it, you can use any text editing program in your terminal, such as nano, vim, pico, etc.