MilesWeb Hosting Forum

Web Hosting Technical Support => How To's => Topic started by: Rahul Sambre on July 11, 2016, 05:56:16 PM

Title: How to Find php.ini File Location from the Command Line.
Post by: Rahul Sambre on July 11, 2016, 05:56:16 PM
Hi,

Ever needed to make a quick adjustment to the php.ini file but you weren't sure where it was? Here is a quick command you can use on server.

Quotephp -i | grep php.ini

That's all.  :)