Page 1 of 1

having trouble starting PHP 4 in OS X Jaguar

Posted: Mon Jun 07, 2004 9:33 pm
by wscottpadgett
I've followed the prescriptions of two different tutorials and PHP still won't run on my web server.

I changed the httpd.conf file to un-comment the appropriate LoadModule and AddModule lines and added the

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

lines, and then restarted Apache but no luck!

Any idea what else might be wrong?

Thanks!!!

Posted: Mon Jun 07, 2004 9:35 pm
by markl999
Define 'no luck' :)
Get a blank page? Download prompt? Any errors in apache error log?

Posted: Mon Jun 07, 2004 9:45 pm
by wscottpadgett
ok, i just realized it's an issue with the header calls i have in the script. sorry!!!! i thought i was putting a simpler test script into the Webserver/Documents folder, but I was really placing it in another folder...

thanks for your reply!