[PHP] PHP not working on Win95/Apache

2001-01-17 Thread Phil Scopes

I am trying to run PHP in Windows '95 with Apache server.  I followed all
the instructions in the installation doc, including editting the Apache and
PHP configuration files, and putting the PHP.INI file in my Windows
directory, and when I try to run a PHP file, I just see everything from the
file as plain text in the browser.  What might I be doing wrong?

-Phil


-- 
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]




Re: [PHP] PHP not working on Win95/Apache

2001-01-17 Thread Brian Clark


Hello Phil, 

(PS == "Phil Scopes") [EMAIL PROTECTED] writes:

PS I am trying to run PHP in Windows '95 with Apache server.  I followed all
PS the instructions in the installation doc, including editting the Apache and
PS PHP configuration files, and putting the PHP.INI file in my Windows
PS directory, and when I try to run a PHP file, I just see everything from the
PS file as plain text in the browser.  What might I be doing wrong?

Did you restart Apache after you setup PHP? (common mistake)

Do you have lines similar to this in your httpd.conf?:

AddType application/x-httpd-php .php .php3 .phtml


-Brian
--
Disclaimer: Any errors in spelling, tact,
or fact are transmission errors.



-- 
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]