Re: [PHP-WIN] Re: configuration mime type problem

2004-05-28 Thread Tony Moore
Hi, yes I have, when i start up apache from the command line, it says that apache 1.3.27 and php 4.3.6 are running. I added the mime type directives to httpd.conf yes. The error i am getting right now, is no longer trying to download the file instead of rendering the page, the error message I'm

Re: [PHP-WIN] Re: configuration mime type problem

2004-05-28 Thread Tony Moore
2004 15:03:09 From: Dave Grijalva <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: >try forcing an html header: >header('Conent-Type: TEXT/HTML'); > >you want apache to recognize .php, but the browser should still see it >as html (or xml or whatever format you want to

[PHP-WIN] configuration mime type problem

2004-05-27 Thread Tony Moore
Hi, hoping someone can point me to the correct part of the FAQ or otherwise help me solve this. Installed the PHP binaries as per the instructions, and configured the httpd.conf for apache 1.3, once i restarted apache, I tested with the standard hello.php page indicated on the tutorial. The b