Hello Everyone, I am running Apache 2.0.43 on Windows 2000 Professional, and attempting to run a PHP 4.2.3 installation.
I attempted to add the following three lines of code to my httpd.conf as stated in my php tutorial book: LoadModule php4_module c:/php/sapi/php4apache2.dll AddType application/x-httpd-php .php .phtml .html AddType application/x-httpd-php-source .phps Now, the AddType lines of code seem to take just fine, however when I try to add the "LoadModule" line of code, I receive a startup error from my Apache server. When I take this line of code out, I receive a confirmation of successful login. I've seen several variations of the add line, however was wondering if anyone had found a solution to this, as I have found nothing related in the archives. Thanks in advance, Tramel Woodard Web Developer Real 2 Life Design http://www.real2life.com -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php