alexkeel79
MIS
Hello,
I just set up IIS on my PC in order to do web development before pushing the hosting service. Everything went fine until I tried to set up PHP. I think the problem is coming from the .ini file but I could be wrong. See steps below:
1. Extracted files from zip file into directory c:\php
2. Renamed the file php.ini-recommended php.ini
3. I changed the following lines in the php.ini file
; cgi.force_redirect = 1 -> cgi.force_redirect = 0
; cgi.redirect_status_env = ; -> cgi.redirect_status_env = ENV_VAR_NAME
My initial thought is that I should not have removed the semicolons but I really have no idea. Any thoughts?
Thanks...
I just set up IIS on my PC in order to do web development before pushing the hosting service. Everything went fine until I tried to set up PHP. I think the problem is coming from the .ini file but I could be wrong. See steps below:
1. Extracted files from zip file into directory c:\php
2. Renamed the file php.ini-recommended php.ini
3. I changed the following lines in the php.ini file
; cgi.force_redirect = 1 -> cgi.force_redirect = 0
; cgi.redirect_status_env = ; -> cgi.redirect_status_env = ENV_VAR_NAME
My initial thought is that I should not have removed the semicolons but I really have no idea. Any thoughts?
Thanks...