in my apache httpd.conf. // apache 2.0.48
// line 173 LoadModule php4_module c:/php/sapi/php4apache2.dll // line 322 DirectoryIndex index.htm index.html index.php // 780 # To use PHP scripts # AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps > Dear all, > I have a problem to add item to httpd.conf file. When I add " LoadModule > php4_module c:/php/sapi/php4apache2.dll", the server can not start. > After delete it, server works well except invoking the php file. For > example, when I enter "http://localhost/phpinfo.php, only the source > code can be seen like "<?phpinfo();?>. > > MY OS is windows 2000 > PHP 4.2.3 > apache 2.0.43 > > Anybody know how to configure it and make php work well in windows via > browser? > thank you very much! > Henry