Daniel Hammer wrote:

> BS"D
>
> Hi,
>
> I am trying to get php working on my webserver, but
> even simple scripts like
>
> <html>
>  <head><title>PHP Test</title></head>
>         <body>
>         <?php echo "Hello World<P>"; ?>
>         </body>
> </html>
>

Hi.  Make sure you have PHP configured in /etc/httpd/conf/httpd.conf.
For example, when I installed MDK 7.1, PHP was enables, but not for
index pages with a .phtml extension, so I had to change that.  Just make
sure it is all set up.  Also, check the php3.ini file.

Sean Middleditch


Reply via email to