Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i installed php in my OS (windows 7, 32-bit, IIS server),while installing i renamed the php.ini-production file to php.ini and uncomment the following lines in php.ini

fastcgi.impersonate =1
cgi.fix_pathinfo=1
cgi.force_redirect=0
fastcgi.logging=0

then i restart the server..
when i run the program changes are not applying, my program is
<?php
phpinfo();
?>

please help me...
Posted
Updated 21-Nov-14 23:12pm
v2
Comments
Member 11207670 22-Nov-14 7:29am    
please give me solution...

1 solution

I found answer for my question
open the php.ini-production file in c:\php and uncomment the following lines
PHP
fastcgi.impersonate=1

PHP
cgi.fix_pathinfo=1
set cgi.force_redirect=0 and uncomment it
set fastcgi.logging=0 and uncomment it 

then rename the file php.ini-production to php.ini and save it to c:\windows
then restart ur server and run this program u'll find the changes
PHP
<?php
phpinfo();
?>
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900