Hi,

No it is not.  I checked there first.  I have all the httpd.conf changes in
correctly. And this from the installation instructions is flat out wrong:

AddType application/x-httpd-php .php      /* for PHP 4 */

It should be:

AddType application/x-httpd-php4 .php      /* for PHP 4 */

It's amazing...every tutorial and set of installation instructions parrots
this line out, and it is FALSE, WRONG, INCORRECT.  As is the directive to
move php4ts.dll and php.ini to the windows directory.  WRONG!!! You only
have to do that if you install php as a module, and virtually no one does
that.

I reinstalled apache and made some changes to the answers to the
installation wizard's questions, and now my php file parses.






-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to