Hi All,
I had recently tried to configure php4.0.6 as apache(apache1.3.20) 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 with a save as window. I had tried with
different articles, mainly with your's.But all in vain.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]