I set up Apache for Win32 many months ago, and it works extremely well delivering not only HTML pages but Java Applets and Javascript. I am fairly confident that it is working OK. Its version 1.3.12
I've downloaded and installed the zip file version of PHP into D:\php4\ Apache is D:\program files\apache group\apache\ I've editied the httpd.conf file to set ScriptAlias /php/ "D:/php4/" and added the two AddType application/x-httpd-php .php and .php4 respectively. Also added the Action application/x-httpd-php D:/php4/php.exe I've renamed the ini file to php.ini and popped it across to C:\windows - I'm not sure if the paths and directories section is correct though. There is something about includes, but none of the directories I've seen cited in examples are directories I have under my php4 directory (i.e. /includes and /lib) I've run php -i from the command prompt and I get the screen fulls of html, which makes me think this is a config issue. I've created a file in my htdocs directory called phpinfo.php as follows: <? phpinfo(); ?> accessing this from localhost comes up with error "page not found" (it is there honest) Also wrote an html page as follows: <html> <body> <? phpinfo(); ?> </body> </html> This gives me a blank screen The other html files in my htdocs directory are displayed as I would expect. I've also tried <?php as the tag with above but to no avail. All helpful comments and pointers will be gratefully received Blu -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php