I had install apache www service at SCO UNIX, and I want use PHP & Mysql to
create some php document.
I had configure /usr/local/lib/apache/etc/srm.conf and insert line
AddType application/x-httpd-php3 .php3
in it, and I restart my apache www service, but When I write a file name
aaa.php3 like this:
<html><head><title>test</title></head>
<body>
=======================
<?php echo("Okey....."); ?>
=========================
</body></html>
when I use : http://somesite.com/aaa.php3, the IE tell me to download this
file,
Why not display Okey?
software: apache 1.3, php3.0, and I think I had make a correct.
--
PHP Install 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]