Hi guys.
I was mistaken.
I renamed my index.html to index.php and all works now.
I now start my first php tutorial
Martin
"Martin Bos" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> I just installed (i think) php on my apache2 webserver.
Hi,
I just installed (i think) php on my apache2 webserver.
I added to http.conf:
# PHP 5 beta 4
LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
And put php.ini in c:\program files\\apache2 with:
extension_dir = "c:\php\ext"
When I try the following html: