Thank you
Sylvain
Is your apache configured properly ? ie does
http://localhost
display the default index file in what you ste as "document root" ?
If this is not happening then yr apache is not configured properly for
starters ..
HTH
Sylvain
>I do recieve the index page, what is happening is when I'm trying to
>test php with a test page all I've got is the url not found. At the
>installation of apache I did use in the configure option
>--enable-module=most and enable-shared=max.
are you sure you have the php module enabled in yr httpd.conf ?
did you set the type extension to .php or .php3 ?
Is yr test.php in the document root ?
If on a *nix host is its permission set to readable for the httpd deamon ?
(ie something like chmod 755 test.php)
just a few suggestions off the top of my head ...