I followed the 5min install manual for wordpress but when trying to execute the wp-admin/install.php script (step 5) it does not execute. It only shows the content of the script.
However, when executing the <?php phpinfo(); ?>
I see the processed output – this php file is executed.
I’m running the following configuration:
Windows XP, Apache 2.0.63, PHP 5.3.1 and MySql 5.1.
I configured Apache/PHP as module – this is the httpd.conf entry I made:
LoadModule php5_module c:/php/php5apache2.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
PHPIniDir "C:/php"
Thanks for any suggestion on how to get this problem solved.