Hi everyone :)
I installed the latest version of wordpress with apache 2.2.15, php 5.3.2 and Mysql 5.0
My problem started when I finished the installation in my pc (localhost), I logged with the random password and the first 'hello world' post doesn't appear, I just see the directory in my browser like ftp.
In apache I put the following:
LoadModule php5_module "c:/php/php5apache2_2.dll"
PHPIniDir "C:/php"
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
Action application/x-httpd-php "C:/PHP/php-cgi.exe"
I have php installed in that directories and I have that dll; then I put the following line in php configuration:
extension=c:/php/ext/php_mysql.dll
Also I have that dll
I restarted the apache server and nothing :( I can see the panel configuration, but when I click in 'go to blog' I saw only folders
I used firefox for this
Any help will be very appreciated :)