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
Instal problems (newb)
Moderator: General Moderators
This:
...is the real line you should have.
Code: Select all
AddType application/x-httpd-php4 .php