Page 1 of 1

Instal problems (newb)

Posted: Fri Jun 14, 2002 6:00 pm
by Craig87
Okay so I am trying to install PHP on Apache.
After running the win32 Wise instal and setting permisions, it is a no-go.

I tried following the instructions on this page:
http://www.phpbeginner.com/columns/morten/win32/3


Apache will not even start!
This seems to be the offending line

# This adds the extensions that will bee passed trough the PHP application.
Add Type application/x-httpd-php4 .php


Even w/o the lines (which I don't know why I need since the win32 instalation never even mentioned it). I still just get an exact copy of the phpinfo file the tutorial says to test with.

What am I doing wrong?
Thanks

Posted: Fri Jun 14, 2002 6:09 pm
by jason
This:

Code: Select all

AddType application/x-httpd-php4 .php
...is the real line you should have.

Posted: Fri Jun 14, 2002 6:42 pm
by volka
you can view those errors in the 'event view' of w2k/winNT

Posted: Sun Jun 16, 2002 2:41 am
by Craig87
Thanks

What a stupid thing to miss......

So much for that tutorial too!