I followed the installation steps. 1) Configured the httpd.conf # for the apache module LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php4 #for the cgi binary (you can use that one compiled with force cgi redirect too) ScriptAlias /php4/ "C:/php/" Action application/x-httpd-php4 "/php4/php.exe" AddType application/x-httpd-php4 .php 2. Unzip the Package to c:\php, now move php4ts.dll to the windows/system(32) directory, overwritte any older file! 3. Copy the php.ini-dist to your sysroot (directory where you installed windows), rename it to php.ini, and edit the php.ini to fit your needs. However, I keep getting "Internal Server Error" and "The server encountered an internal error or misconfiguration and was unable to complete your request." Please help. I am stuck here. Whatever suggestions will be very helpful. Pom -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]