Re: [EMAIL PROTECTED] Installation Issue

2006-04-05 Thread Graham Frank
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

Re: [EMAIL PROTECTED] Installation Issue

2006-04-05 Thread Robert Baird
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

Re: [EMAIL PROTECTED] Installation Issue

2006-04-04 Thread Graham Frank
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 --

Re: [EMAIL PROTECTED] Installation Issue

2006-04-04 Thread William A. Rowe, Jr.
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

[EMAIL PROTECTED] Installation Issue

2006-04-04 Thread Robert Baird
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.