Salve a tutti,
ho scaricato ed installato (seguendo le istruzioni da php.net) php 5.2.5 sotto Windows Xp con IIS v 5.1.
Php da riga comando funziona senza problemi, ma se cerco di caricare il classico script che richiama la funzione phpinfo():
"
<?php
phpinfo();
?>
"
mi compare:
"
This PHP CGI binary was compiled with force-cgi-redirect enabled. This
means that a page will only be served up if the REDIRECT_STATUS CGI variable is
set, e.g. via an Apache Action directive.</p>
For more information as to why this behaviour exists, see the manual page for CGI security.</p>
For more information about changing this behaviour or re-enabling this webserver,
consult the installation file that came with this distribution, or visit
the manual page.</p>
"
e non riesco a far comparire la solita videata informativa di php....
Scusate, ma è da due giorni che cerco di capire il motivo e non ci riesco....
qualcuno potrebbe aiutarmi ?
Grazie infinite!