• Resolved Crazy Cat Lady

    (@crazy-cat-lady)


    My site, recently integrated with wordpress (uneasytimes.com) is now just showing a blank page (I can only write blog posts and do all kinds of back door wordpress stuff) I suspect I need to fill in the blanks on my index.php file. I can see my old site if I view uneasytimes.com/index.html. So, I suspect, not being able to see my site at the root level is why I can’t see WordPress.

    my index.php file currently reads like this:

    <?php
    
    // Try to handle it with the upper level index.php. (it should know what to do.)
    if (file_exists(dirname(dirname(__FILE__)) . '/index.php'))
    	include (dirname(dirname(__FILE__)) . '/index.php');
    else
    	exit;
    
    ?>

    I haven’t a clue what I am supposed to put in this file. Can anyone help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • what do you mean by integrated with wordpress?

    website seem to be done in html and works only with .html extension. did you got wordpress installed correctly?

    Thread Starter Crazy Cat Lady

    (@crazy-cat-lady)

    This is just too much beyond my understanding, and a friend of mine who knows more about web development than I do couldn’t help either. This is all because I wanted only my domain name instead of domain+wordpress. But I have resigned myself to the longer domain.

    I downgraded my service, so This thread can be closed.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Blank page – bad index.php’ is closed to new replies.