[Wolves] how do I check to see if apache is configured corectly for php

Simon Morris mozrat at gmail.com
Sun Sep 25 00:57:50 BST 2005


On 25/09/05, roundyz <roundyz at hotpop.com> wrote:
> How do I check this?
>
> I have read the manual on apache, but it dosn't mention php. It says about
> modules. I checked my httpd.conf file for anything but no luck. So I assume
> it's not setup, I may be wrong.
>

Create a file called test.php in the root of your site and use the
following code

<?php

phpinfo();

?>

You should see your PHP configuration.

You could also just do a print "hello world"; statement and see if it does it

Thanks




--
~sm
Jabber: mozrat at gmail.com
www: http://beerandspeech.org



More information about the Wolves mailing list