I have a Linux dedicated server at 1and 1, using Plesk.
Can SSH into the root, and can even get to the appropriate standard folder containing the php.ini file, which I need to modify to allow more memory.
However, I get as far as the /etc folder and find nothing there.
Can anybody provide any technique to find the php.ini file?
What script do you use? And once found, what do I do to get to the point where I can edit it?
Thank you very much. Sorry for the Noob question
replies please to dman@blindleading.com if possible. Have immediate need.
D
Locating the PHP INI file
Moderator: General Moderators
Re: Locating the PHP INI file
run phpinfo()
Re: Locating the PHP INI file
try this
<?php
phpinfo();
?>
<?php
phpinfo();
?>