• Resolved igreulich

    (@igreulich)


    I have a fresh install of..

    Apache 2.2.6
    MySQL 5.0.45
    PHP 5.2.5

    on a WinXP Home 32bit machine.

    Everything installed fine, I tested everything, all the individual parts are working as they are supposed to.

    But when you go the blog (truvel.oiramar.com) currently all you get is the directory tree. If you add the /index.php everything loads like it is supposed to.

    It even happens on the /wp-admin directory as well.

    In either area if you click the index.php, you get to the blog. In the blog proper you cant do anything that would move you off the main index.php file.

    I have been looking at the support blogs, but I didn’t find anything helpful.

    I can’t go live until this is fixed.

    Ian

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your index.php is incorrect. It looks like the header.php should. Index php is a very short file like `<?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>`

    Thread Starter igreulich

    (@igreulich)

    Actually, Apache was not looking for .php files, at all.

    I (JUST) changed the httpd.conf to look at .php files (I thought php installation would have done that.., but alas..)

    All is well, Thank you though

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My index.php is not loading…’ is closed to new replies.