add this into your httpd.conf file:
############## PHP 4.0.3pl1 ####################
AddType application/x-httpd-php .php .phtml .php3 .html .inc
AddType application/x-httpd-php-source .phps
############################################
Cheers,
Maxim Maletsky
-----Original Message-----
From: Sean Kennedy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 14, 2001 4:32 PM
To: PHP Mailing List
Subject: [PHP] Installation on win32
Ok, I am trying to install php4 on a win32 system as a module for apache. I
have followed all the instructions for both apache and php. Now, when I
load up a page, it is blank, and when I view the source, I see my php file.
For example...
<?php
/*index.php*/
echo ('Hello');
?>
Now, when I load this in my browser, I see this as the source, but nothing
displays on the page. Anybody recognize this? Can anybody point me in the
right direction?
Thank you in advance.
Sean Kennedy
--
PHP General 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]
--
PHP General 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]