Re: [PHP-WIN] Re: Real dumb newbie question...

2001-12-28 Thread LaserJetter
I'm not sure about all that stuff that appeared in the log file. I dont have any idea what those programs are for. Has what Todd said helped? The question about "GET /phpinfo.php HTTP/1.1" 200 33: GET means that the browser told apache to GET /phpinfo.php. HTTP/1.1 is the way in which the file w

Re: [PHP-WIN] Re: Real dumb newbie question...

2001-12-27 Thread Todd Williamsen
don't remove the html extension! Do this, this is from the Install.txt file Edit your php.ini file: You will need to change the 'extension_dir' setting to point to your php-install-dir, or where you have placed your 'php_*.dll' files. ex: c:\php If you are using OmniHTTPd, do not f

Re: [PHP-WIN] Re: Real dumb newbie question...

2001-12-27 Thread VivoAnt
OTECTED]> Sent: Thursday, December 27, 2001 1:13 AM Subject: [PHP-WIN] Re: Real dumb newbie question... > Lines that start with a # have been commented out so the Apache will just > ignore these. > The lines which start with AddType need to be added but so you can just > delete the # fro

Re: [PHP-WIN] Re: Real dumb newbie question...

2001-12-27 Thread VivoAnt
33 Shouldn't it be like SHOW instead of GET or something? *Confused* - Original Message - From: "LaserJetter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 27, 2001 1:13 AM Subject: [PHP-WIN] Re: Real dumb newbie question... > Lines

[PHP-WIN] Re: Real dumb newbie question...

2001-12-27 Thread LaserJetter
Lines that start with a # have been commented out so the Apache will just ignore these. The lines which start with AddType need to be added but so you can just delete the # from the start of the lines below ehere it says "For PHP 4.x". Any of the extensions in the list at the end of the line will

[PHP-WIN] Re: Real dumb newbie question...

2001-12-26 Thread LaserJetter
Its nothing to do with the browser, you need to tell Apache that .php files need to be sent to a browser and are not downloaded. By default, Apache handles .htm and .html files but you need to tell it to send .php files to the PHP program. Apache then sends the output from PHP to the browser windo