|
If you're using SSH, go to the folder you want to create the php.ini file. Then type "touch php.ini". This will create a blank php.ini file. Next type "pico php.ini" (I prefer pico, but you can use whatever editor you want), do what you need to do, output the file and off you go.
|