Tuesday, January 8, 2013

Wrong 'Loaded Configuration File' path on phpinfo

That's killing me!

My phpinfo(Loaded Configuration File still pointing to my other php. I have 3 different servers in my machine. WAMP Apache, IIS and hardened Apache. 

Solution? :D

Just add this at Apache configuration : httpdconf, and walla! Happy happy.. :D . Or you can read more here


AddType application/x-httpd-php .php
PHPIniDir "C:/Program Files/PHP5"

2 comments:

Uncle Lee said...

Hi Jane, looks rather confusing to me. Why have so many? Just curious.
Anyway, have a nice day, and keep a song in your heart.
Lee.

pikir kool said...

hey, what kinda app server r u using for ur php?

zend, xampp etc?

Related Posts with Thumbnails