Instal problems (newb)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Craig87
Forum Newbie
Posts: 2
Joined: Fri Jun 14, 2002 6:00 pm

Instal problems (newb)

Post 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
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

This:

Code: Select all

AddType application/x-httpd-php4 .php
...is the real line you should have.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

you can view those errors in the 'event view' of w2k/winNT
Craig87
Forum Newbie
Posts: 2
Joined: Fri Jun 14, 2002 6:00 pm

Post by Craig87 »

Thanks

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

So much for that tutorial too!
Post Reply