Hey,
Glad I could help.
Have a great day!
--Graham
-Original Message-
From: Robert Baird <[EMAIL PROTECTED]>
Subj: Re: [EMAIL PROTECTED] Installation Issue
Date: Wed Apr 5, 2006 7:20 am
Size: 730 bytes
To: users@httpd.apache.org
Graham,
Thanks so much, that was it. I h
Graham, Thanks so much, that was it. I had the line, but had a slight syntax error. Bob Graham Frank <[EMAIL PROTECTED]> wrote: If that message happens for the same reason it happens in linux, then your httpd.conf is missing the following line:addtype application/x-httpd-php .phpRestart apache
If that message happens for the same reason it happens in linux, then your
httpd.conf is missing the following line:
addtype application/x-httpd-php .php
Restart apache. Your apache install should start reading .php properly.
-Graham
--
No. You have a 21 byte file coming back. Check your PHP config.
You might want to obtain hobbit's netcat (nc) command line utility, or
use telnet, to connect to localhost port 80 and then
GET /index.php HTTP/1.0
Host: localhost
(with a blank line after Host: line) to see the exact bytes the s
I am running XP Pro and I have installed Apache, made the PHP configuration changes necessary, restarted my computer, and all appears well (the server is running and I got the Apache confirmation page). However, when I type in http://localhost to bring up a phpinfo file I have created (index.