In the AddType section, this is what I have:
===============
AddType application/x-tar .tgz
AddType application/x-httpd-php .php .php3 .html
AddType application/x-httpd-php .phtml
Action application/x-httpd-php "/php/php.exe "
==========================
and for the handler, I have :
==
AddHandler cgi-script .cgi
Can somebody tell me if this is correct?
I really want to learn PHP, but with this problem I cannot continue my lessons