Web Hosting Talk







View Full Version : PHP Problems


syanet
02-04-2001, 06:37 PM
I just installed PHP and it dosen't work. Files were installed correctlry, I then changed in httpd.conf:

LoadModule php4_module lib/apache/libphp4.so
to
LoadModule php4_module /usr/lib/apache/libphp4.so

(should that be commented out?)

I also added to srm.conf:

AddType application/x-httpd-php .php

Then stopped and restarted the webserver. My page is at http://www.syanet.com/today.php and I don't know why it won't work. Any idea's?

[Edited by syanet on 02-04-2001 at 10:03 PM]

Chicken
02-04-2001, 08:42 PM
Try going to:

http://www.syanet.com/today.php3

:)

syanet
02-04-2001, 08:58 PM
Same thing. Just a blank page.

SI-Chris
02-04-2001, 09:41 PM
You said: "(should the be commented out)"; I'm not sure what "the" is.

There are some good directions to installing PHP here:
http://www.carriebartkowiak.com/article.php?story=20001231141455622#comments

Double check and make sure you put everything in the right place.