|
Posted by Erwin Moller on 10/20/05 15:10
ninadk@gmail.com wrote:
> i am using win2k and my php.ini is located in winnt folder but i don't
> want php.ini file at that place due to security reasons.
> please tell me how do i change the php.ini path.
Hi,
Just move it to your php directory.
read the following comment from php.net
from http://nl2.php.net/windows
******************************************
donald at netriver dot net
04-May-2005 10:21
On the Windows 2003 & IIS6 platform, you can run different websites on
different versions & copies of PHP. This is useful in at least two cases:
1. You want one website on your box to have register_globals on, but since
you're running IIS, you cannot specify that in an .htaccess file. And you
definately don't want register_globals on for the rest of the websites.
2. You want to run different versions of PHP for different websites, or
even just different extensions. Say you wanted one site to use 4.0.5 and a
different site to use 4.1.11.
Its simple, just:
1. Move your php.ini file from your c:\windows\ directory directly to your
php directory (by default that would be c:\php\)
2. Make sure you don't have a php.ini file in any other location that
would supercede the c:\php\php.ini file. Using phpinfo(); is useful here.
3. Have your alternate version of php (either a different version or a
different php.ini) have its own install directory, like c:\php4RG\ or
c:\php405\.
4. In the Home Directory Configuration for your website, specify the .php
extension to use a different script, pointing it at the alternate
directory.
******************************************
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|