ALWS IT Support Blog
27Feb/101

How to edit php.ini from ssh

To edit the php.ini on you server log on to the server via ssh (putty) 1. Log on to your server via ssh 2. Change directory from present home folder using ‘cd ..’ command 3. # cd /etc 4. # ls (make sure your php.ini file is present) 5. # vi php.ini 6. Find the [...]

Tagged as: , , , 1 Comment