• 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 ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • While installing did you check for the permission like most of the time in IIS by default does have write permission, or check for the default theme is there or not in wp-content/themes

    Thread Starter loref85

    (@loref85)

    Thanks for your replies ?? I found the problem:
    I had to add the following line in my apache configuration:

    <IfModule dir_module>
        DirectoryIndex index.php index.html
    </IfModule>

    I refused to install xampp because I have to install my webpage in a server who don’t let me install that tool

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Initial blog doesn’t appear’ is closed to new replies.