HELP !
It really frustrates me, I always got 500 error. I've asked for help from that 'official' PHP mailing list, but no luck, no one help me.
Here are my settings :
- Win 98 SE
- PWS
- PHP located on c:\php\
- I enable all three permission for my PHP directory
- I put php.ini into c:\windows\
- Register :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\Script Map\ :
.php "c:\php\php.exe %s %s"
HKEY_CLASSES_ROOT :
.php "phpfile"
phpfile "PHP Script" -> shell -> open -> command "c:\php\php.exe -q %1"
- Settings for php.ini(I include the file here)
extension_dir = "C:\php\extensions\"
cgi.force_redirect = 0
browscap = "c:\windows\system\inetsrv\browscap.ini"
Many thanks