Friday, December 9, 2011

Fixing a php.ini configuration file location problem

to request the server to change the location where it should read the php.ini from?

Just add an entry in httpd.conf (/etc/httpd/conf/httpd.conf) as following:

PHPIniDir  "/etc"

* make sure your php.ini is under /etc/php.ini

No comments:

Post a Comment