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