When running Apache with PHP on a Unix/Linux server, you can find the location of the php.ini file easily. Open a terminal window and type: php -i | grep php.ini The server will respond with something like this: Configuration File (php.ini) Path => /some/path/directory Loaded Continue Reading