/ Home \ | \ Subjects / |
19/03/2011 22:24 Martoob: |
I have been looking for a sulution to make it work and I couldn't, can anyone here guide me. Thanks, and I'm sure it will help many more who are trying to make it work. |
23/03/2011 01:08 Max: |
Next steps need to setup PHP: 1) Download php4.x.x.zip -- full package 2) Extract this to a directory. E.g. to C:\PHP 3) The package does not content php.ini -- your own configuration file. Instead it package included two files php.ini-dist and php.ini-recomendet. Take one of this file and rename it to php.ini Both files is wrong, the program will not correct working until you do not change your php.ini Usualy next vars request changes: display_startup_errors = On arg_separator.input = "&" variables_order = "GPECS" register_globals = On magic_quotes_runtime = On enable_dl = On cgi.force_redirect = 0 force_redirect = 0 The line ;pfpro.defaultport = 443 must be comented |
09/02/2012 08:37 Marton: |
|