|
Posted by jfinstrom@gmail.com on 12/11/05 17:16
Hey all I am installing PHP on an IIS server and was able to get the
phpinfo() script to exicute which according to all documentation says I
did my stuff correctly, However the site I built that requires PHP
loads only the html portions, Durring development the site was run with
php4 on apache using php.ini-dist, and worked flawless. on iis even the
most basic components do not load. On the iis I used a modified
php.ini-recommend. I thought this might be the issue so I used the same
php.ini on my test server(mentioned above) and again all scripts worked
without flaw. Also the engine runs the phpinfo() file properly. Any
thoughts? Thanks
James
replyto:
James_usenet@fixmygrill.com
*******************
Install/Change LOG
12/08/2005
*******************
OS:Windows 2000
SERVER:IIS 5
PHP BUILD: 5.1.1
Install Drive: H:\
SYSTEMROOT: c:\WINNT\
DOCROOT : H:\aasoft\
PHP Method:CGI
*******************
Native functions used in site:
include
array
file
opendir
readdir
print
*******************
CHANGES:
Extract PHP ZIP to h:\php
RENAME php.ini-recomend to php.ini
In php.ini cgi.force_redirect = 0
In php.ini doc_root H:\aasoft
COPY php.ini to systemroot
Set security for h:\php & php.ini to allow I_USR_ full access
Changes to IIS default site:
Exicute Permissions: Scripts Only
Application map for .php with path h:\php\php-cgi.exe no verbs, script
engine checked.
Create file : <?phpinfo()?> : Exicuted successfully.
*******************
eof
Navigation:
[Reply to this message]
|