After formating my PC about 6 monthes ago, I now want to re-install my PHP environment. What really is blowing my mind is that it should be working, but isn't. I've got Apache installed in C:\Apache, and the PHP parser and files under C:\PHP so the parser is at C:\PHP\php.exe, and have tweaked the mime types in httpd.conf so that they point to the parser:
AddType application/x-httpd-php .phtml .php .php3 .php4
AddType application/x-httpd-php-source .phps
ScriptAlias /PHP/ "C:"
Action application/x-httpd-php "/PHP/php.exe"
I make the test page with <?php phpinfo(); ?> but all that does it give the file as text. So, I'm guessing that my mime types arn't set up right. Any help would be greatly appreachiated.
Matt![]()



