"luds" <paulvarney@blueyonder.co.uk> wrote in message
news:91c26eba.0307031424.3cdbe00b@posting.google.c om...
> jorge@jorge.be (jorge) wrote in message
news:<734d12db.0307030525.1f58d848@posting.google. com>...
> > try using http://127.0.0.1 not http:127.0.0.1
>
>
> Sorry jorge.... I missed the // out in my message... I did put them in
> when I tried to get the page to load....
>
> Also... I now get the DOS window popping up when I try to open the
> server with the message "Cannot load c:/php/sapi/php4apache.dll into
> server The specified module could not be found"
>
> But it's there... and it's in my httpd file
> LoadModule php4_module c:/php/sapi/php4apache.dll
>
> Any ideas??
For Apache 2, you need the module php4apache2.dll.
Change your loadmodule line into
LoadModule php4_module c:/php/sapi/php4apache2.dll
Did you also add the line
AddType application/x-httpd-php .php
to your apache config file?
Bert