Does anybody know how to setup wampserver on localhost to scan a php.ini file in the root directory?
I can do this on my remote server with NO problem, it just works. But I can't seem to figure out how to get localhost to behave the same way.
EDIT (again): I have three different websites in different stages of development on my localhost. I would like to place a php.ini file in the root directory of a specific website, and have those changes affect that website. On my remote server, it works as expected. But on wampserver, i can not get it to work. Wamp will not read the php.ini file in the root directory, or anywhere else I put it.
QUESTION: Why would wamp not scan all folders in the tree for php.ini files? I thought that was standard, unless set otherwise.