New to coding and programming, but not to server configurations.
Just installed Apache2 and PHP 4.3.x according to the install.txt and various posts found on forums here.
Unzipped PHP .zip file to a temporary directory, copied all files to a subfolder of the Apache server directory. Reconfigured httpd.conf file to point to the appropriate Apache folders and added:
-LoadModule php4_module "C:\Program Files\Apache Group\Apache2\php\php4apache2.dll"
-ScriptAlias /php/ "c:\Program Files\Apache Group\Apache2\php"
-AddType application/x-httpd-php .php
Copied the php4apache2.dll and php4ts.dll files to %SYSTEMROOT%/System32, %ApacheSystem%\Apache2\php, %ApacheSystem%\Apache2\php\SAPI, and %ApacheSystem%\Apache2\bin folders.
The server relents in its refusal to parse PHP files. Internet Explorer will simply not open the file, though it loads the process, and attempting to preview the files in DreamWeaver/etc. gives a generic server configuration error relating to it not being configured for PHP parsing.
I'm unable to even parse a phpinfo() command.
Any assistance would be ~extremely~ appreciated. Hope I gave enough details.
Thanks!