i have installed apache-1.3.22 for windows.
and php-4.1.1 for windows.
when i have the CGI mode in the httpd.conf php work very well, but i want have the module mode.
But when i insert:
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
but now when i start apache and will try
http://localhost/test.php my browser want download the file, what made i false ???