Hi all, I had recently configured php4.0.6 as apache module in my win95 OS machine. As per available php & apache documentation I had configured my both apache and php. But when I tried to see phpinfo.php script at htdocs directory, my browser opens up save as window. please help me to come out from this situation. my configuration of httpd.conf for php4 is as below:- LoadModule php4_module "c:/php/sapi/php4apache.dll"
DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs" <Directory "C:/Program Files/Apache Group/Apache/htdocs"> Options Indexes FollowSymLinks MultiViews AllowOverride Options FileInfo Options +ExecCGI Order allow,deny Allow from all </Directory> <IfModule mod_dir.c> DirectoryIndex index.html index.htm default.htm index.php index.php3 </IfModule> AddType application/x-httpd-php4 .php .phtml AddType application/x-httpd-php4 .php3 with regards Kanchan -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]